pub struct KubernetesGroupKindVersion {
pub group: String,
pub kind: String,
pub version: String,
}
Expand description
The value of an x-kubernetes-group-version-kind
annotation on a type or an operation.
Fields§
§group: String
§kind: String
§version: String
Trait Implementations§
source§impl Clone for KubernetesGroupKindVersion
impl Clone for KubernetesGroupKindVersion
source§fn clone(&self) -> KubernetesGroupKindVersion
fn clone(&self) -> KubernetesGroupKindVersion
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for KubernetesGroupKindVersion
impl Debug for KubernetesGroupKindVersion
source§impl Ord for KubernetesGroupKindVersion
impl Ord for KubernetesGroupKindVersion
source§impl PartialOrd for KubernetesGroupKindVersion
impl PartialOrd for KubernetesGroupKindVersion
impl Eq for KubernetesGroupKindVersion
impl StructuralPartialEq for KubernetesGroupKindVersion
Auto Trait Implementations§
impl Freeze for KubernetesGroupKindVersion
impl RefUnwindSafe for KubernetesGroupKindVersion
impl Send for KubernetesGroupKindVersion
impl Sync for KubernetesGroupKindVersion
impl Unpin for KubernetesGroupKindVersion
impl UnwindSafe for KubernetesGroupKindVersion
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)