pub struct MachinesDaemonHeartbeatData { /* private fields */ }Implementations§
Source§impl MachinesDaemonHeartbeatData
impl MachinesDaemonHeartbeatData
pub fn assigned_machines<T>(self, value: T) -> Self
pub fn capacity_group<T>(self, value: T) -> Self
pub fn command_supported<T>(self, value: T) -> Self
pub fn daemon_instances<T>(self, value: T) -> Self
pub fn daemon_name<T>(self, value: T) -> Self
pub fn desired_machines<T>(self, value: T) -> Self
pub fn events<T>(self, value: T) -> Self
pub fn healthy_instances<T>(self, value: T) -> Self
pub fn horizon_cluster_id<T>(self, value: T) -> Self
pub fn horizon_status<T>(self, value: T) -> Self
pub fn horizon_status_message<T>(self, value: T) -> Self
pub fn horizon_status_reason<T>(self, value: T) -> Self
pub fn latest_update_timestamp<T>(self, value: T) -> Self
pub fn status<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for MachinesDaemonHeartbeatData
impl Clone for MachinesDaemonHeartbeatData
Source§fn clone(&self) -> MachinesDaemonHeartbeatData
fn clone(&self) -> MachinesDaemonHeartbeatData
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 MachinesDaemonHeartbeatData
impl Debug for MachinesDaemonHeartbeatData
Source§impl From<MachinesDaemonHeartbeatData> for MachinesDaemonHeartbeatData
impl From<MachinesDaemonHeartbeatData> for MachinesDaemonHeartbeatData
Source§fn from(value: MachinesDaemonHeartbeatData) -> Self
fn from(value: MachinesDaemonHeartbeatData) -> Self
Converts to this type from the input type.
Source§impl TryFrom<MachinesDaemonHeartbeatData> for MachinesDaemonHeartbeatData
impl TryFrom<MachinesDaemonHeartbeatData> for MachinesDaemonHeartbeatData
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: MachinesDaemonHeartbeatData) -> Result<Self, ConversionError>
fn try_from(value: MachinesDaemonHeartbeatData) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for MachinesDaemonHeartbeatData
impl RefUnwindSafe for MachinesDaemonHeartbeatData
impl Send for MachinesDaemonHeartbeatData
impl Sync for MachinesDaemonHeartbeatData
impl Unpin for MachinesDaemonHeartbeatData
impl UnsafeUnpin for MachinesDaemonHeartbeatData
impl UnwindSafe for MachinesDaemonHeartbeatData
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