pub struct KubernetesClusterNodeStatus { /* private fields */ }Implementations§
Source§impl KubernetesClusterNodeStatus
impl KubernetesClusterNodeStatus
pub fn allocatable<T>(self, value: T) -> Self
pub fn capacity<T>(self, value: T) -> Self
pub fn conditions<T>(self, value: T) -> Self
pub fn container_runtime_version<T>(self, value: T) -> Self
pub fn kubelet_version<T>(self, value: T) -> Self
pub fn labels<T>(self, value: T) -> Self
pub fn name<T>(self, value: T) -> Self
pub fn ready<T>(self, value: T) -> Self
pub fn roles<T>(self, value: T) -> Self
pub fn uid<T>(self, value: T) -> Self
pub fn usage<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for KubernetesClusterNodeStatus
impl Clone for KubernetesClusterNodeStatus
Source§fn clone(&self) -> KubernetesClusterNodeStatus
fn clone(&self) -> KubernetesClusterNodeStatus
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 KubernetesClusterNodeStatus
impl Debug for KubernetesClusterNodeStatus
Source§impl From<KubernetesClusterNodeStatus> for KubernetesClusterNodeStatus
impl From<KubernetesClusterNodeStatus> for KubernetesClusterNodeStatus
Source§fn from(value: KubernetesClusterNodeStatus) -> Self
fn from(value: KubernetesClusterNodeStatus) -> Self
Converts to this type from the input type.
Source§impl TryFrom<KubernetesClusterNodeStatus> for KubernetesClusterNodeStatus
impl TryFrom<KubernetesClusterNodeStatus> for KubernetesClusterNodeStatus
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: KubernetesClusterNodeStatus) -> Result<Self, ConversionError>
fn try_from(value: KubernetesClusterNodeStatus) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for KubernetesClusterNodeStatus
impl RefUnwindSafe for KubernetesClusterNodeStatus
impl Send for KubernetesClusterNodeStatus
impl Sync for KubernetesClusterNodeStatus
impl Unpin for KubernetesClusterNodeStatus
impl UnsafeUnpin for KubernetesClusterNodeStatus
impl UnwindSafe for KubernetesClusterNodeStatus
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