pub enum KubernetesMapType {
Atomic,
Granular,
}
Expand description
The value of an x-kubernetes-map-type
annotation on a property.
Variants§
Trait Implementations§
source§impl Clone for KubernetesMapType
impl Clone for KubernetesMapType
source§fn clone(&self) -> KubernetesMapType
fn clone(&self) -> KubernetesMapType
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 KubernetesMapType
impl Debug for KubernetesMapType
source§impl Default for KubernetesMapType
impl Default for KubernetesMapType
source§fn default() -> KubernetesMapType
fn default() -> KubernetesMapType
Returns the “default value” for a type. Read more
source§impl Ord for KubernetesMapType
impl Ord for KubernetesMapType
source§fn cmp(&self, other: &KubernetesMapType) -> Ordering
fn cmp(&self, other: &KubernetesMapType) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for KubernetesMapType
impl PartialEq for KubernetesMapType
source§impl PartialOrd for KubernetesMapType
impl PartialOrd for KubernetesMapType
impl Copy for KubernetesMapType
impl Eq for KubernetesMapType
impl StructuralPartialEq for KubernetesMapType
Auto Trait Implementations§
impl Freeze for KubernetesMapType
impl RefUnwindSafe for KubernetesMapType
impl Send for KubernetesMapType
impl Sync for KubernetesMapType
impl Unpin for KubernetesMapType
impl UnwindSafe for KubernetesMapType
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
)