pub struct AwsDaemonHeartbeatData { /* private fields */ }Implementations§
Source§impl AwsDaemonHeartbeatData
impl AwsDaemonHeartbeatData
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 AwsDaemonHeartbeatData
impl Clone for AwsDaemonHeartbeatData
Source§fn clone(&self) -> AwsDaemonHeartbeatData
fn clone(&self) -> AwsDaemonHeartbeatData
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 AwsDaemonHeartbeatData
impl Debug for AwsDaemonHeartbeatData
Source§impl Default for AwsDaemonHeartbeatData
impl Default for AwsDaemonHeartbeatData
Source§impl From<AwsDaemonHeartbeatData> for AwsDaemonHeartbeatData
impl From<AwsDaemonHeartbeatData> for AwsDaemonHeartbeatData
Source§fn from(value: AwsDaemonHeartbeatData) -> Self
fn from(value: AwsDaemonHeartbeatData) -> Self
Converts to this type from the input type.
Source§impl TryFrom<AwsDaemonHeartbeatData> for AwsDaemonHeartbeatData
impl TryFrom<AwsDaemonHeartbeatData> for AwsDaemonHeartbeatData
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: AwsDaemonHeartbeatData) -> Result<Self, ConversionError>
fn try_from(value: AwsDaemonHeartbeatData) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for AwsDaemonHeartbeatData
impl RefUnwindSafe for AwsDaemonHeartbeatData
impl Send for AwsDaemonHeartbeatData
impl Sync for AwsDaemonHeartbeatData
impl Unpin for AwsDaemonHeartbeatData
impl UnsafeUnpin for AwsDaemonHeartbeatData
impl UnwindSafe for AwsDaemonHeartbeatData
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