pub struct LocalContainerHeartbeatData { /* private fields */ }Implementations§
Source§impl LocalContainerHeartbeatData
impl LocalContainerHeartbeatData
pub fn bind_mount_count<T>(self, value: T) -> Self
pub fn container_id<T>(self, value: T) -> Self
pub fn container_unit<T>(self, value: T) -> Self
pub fn cpu<T>(self, value: T) -> Self
pub fn events<T>(self, value: T) -> Self
pub fn image<T>(self, value: T) -> Self
pub fn local_url<T>(self, value: T) -> Self
pub fn memory<T>(self, value: T) -> Self
pub fn name<T>(self, value: T) -> Self
pub fn port_count<T>(self, value: T) -> Self
pub fn restart_count<T>(self, value: T) -> Self
pub fn runtime_reachable<T>(self, value: T) -> Self
pub fn runtime_status<T>(self, value: T) -> Self
pub fn status<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for LocalContainerHeartbeatData
impl Clone for LocalContainerHeartbeatData
Source§fn clone(&self) -> LocalContainerHeartbeatData
fn clone(&self) -> LocalContainerHeartbeatData
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 LocalContainerHeartbeatData
impl Debug for LocalContainerHeartbeatData
Source§impl From<LocalContainerHeartbeatData> for LocalContainerHeartbeatData
impl From<LocalContainerHeartbeatData> for LocalContainerHeartbeatData
Source§fn from(value: LocalContainerHeartbeatData) -> Self
fn from(value: LocalContainerHeartbeatData) -> Self
Converts to this type from the input type.
Source§impl TryFrom<LocalContainerHeartbeatData> for LocalContainerHeartbeatData
impl TryFrom<LocalContainerHeartbeatData> for LocalContainerHeartbeatData
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: LocalContainerHeartbeatData) -> Result<Self, ConversionError>
fn try_from(value: LocalContainerHeartbeatData) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for LocalContainerHeartbeatData
impl RefUnwindSafe for LocalContainerHeartbeatData
impl Send for LocalContainerHeartbeatData
impl Sync for LocalContainerHeartbeatData
impl Unpin for LocalContainerHeartbeatData
impl UnsafeUnpin for LocalContainerHeartbeatData
impl UnwindSafe for LocalContainerHeartbeatData
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