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