pub struct KubernetesPodRuntimeUnitStatus { /* private fields */ }Implementations§
Source§impl KubernetesPodRuntimeUnitStatus
impl KubernetesPodRuntimeUnitStatus
pub fn cpu<T>(self, value: T) -> Self
pub fn memory<T>(self, value: T) -> Self
pub fn name<T>(self, value: T) -> Self
pub fn node_name<T>(self, value: T) -> Self
pub fn owner_references<T>(self, value: T) -> Self
pub fn phase<T>(self, value: T) -> Self
pub fn pod_ip<T>(self, value: T) -> Self
pub fn ready<T>(self, value: T) -> Self
pub fn restart_count<T>(self, value: T) -> Self
pub fn terminated_reason<T>(self, value: T) -> Self
pub fn uid<T>(self, value: T) -> Self
pub fn waiting_reason<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for KubernetesPodRuntimeUnitStatus
impl Clone for KubernetesPodRuntimeUnitStatus
Source§fn clone(&self) -> KubernetesPodRuntimeUnitStatus
fn clone(&self) -> KubernetesPodRuntimeUnitStatus
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 From<KubernetesPodRuntimeUnitStatus> for KubernetesPodRuntimeUnitStatus
impl From<KubernetesPodRuntimeUnitStatus> for KubernetesPodRuntimeUnitStatus
Source§fn from(value: KubernetesPodRuntimeUnitStatus) -> Self
fn from(value: KubernetesPodRuntimeUnitStatus) -> Self
Converts to this type from the input type.
Source§impl TryFrom<KubernetesPodRuntimeUnitStatus> for KubernetesPodRuntimeUnitStatus
impl TryFrom<KubernetesPodRuntimeUnitStatus> for KubernetesPodRuntimeUnitStatus
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(
value: KubernetesPodRuntimeUnitStatus,
) -> Result<Self, ConversionError>
fn try_from( value: KubernetesPodRuntimeUnitStatus, ) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for KubernetesPodRuntimeUnitStatus
impl RefUnwindSafe for KubernetesPodRuntimeUnitStatus
impl Send for KubernetesPodRuntimeUnitStatus
impl Sync for KubernetesPodRuntimeUnitStatus
impl Unpin for KubernetesPodRuntimeUnitStatus
impl UnsafeUnpin for KubernetesPodRuntimeUnitStatus
impl UnwindSafe for KubernetesPodRuntimeUnitStatus
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