pub struct MachinesComputeMachineStatus { /* private fields */ }Implementations§
Source§impl MachinesComputeMachineStatus
impl MachinesComputeMachineStatus
pub fn capacity_group<T>(self, value: T) -> Self
pub fn cpu_cores<T>(self, value: T) -> Self
pub fn drain_blockers<T>(self, value: T) -> Self
pub fn drain_deadline_at<T>(self, value: T) -> Self
pub fn drain_force<T>(self, value: T) -> Self
pub fn drain_requested_at<T>(self, value: T) -> Self
pub fn drained_at<T>(self, value: T) -> Self
pub fn horizond_version<T>(self, value: T) -> Self
pub fn last_heartbeat<T>(self, value: T) -> Self
pub fn machine_id<T>(self, value: T) -> Self
pub fn memory_bytes<T>(self, value: T) -> Self
pub fn overlay_ip<T>(self, value: T) -> Self
pub fn public_ip<T>(self, value: T) -> Self
pub fn replica_count<T>(self, value: T) -> Self
pub fn status<T>(self, value: T) -> Self
pub fn zone<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for MachinesComputeMachineStatus
impl Clone for MachinesComputeMachineStatus
Source§fn clone(&self) -> MachinesComputeMachineStatus
fn clone(&self) -> MachinesComputeMachineStatus
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 MachinesComputeMachineStatus
impl Debug for MachinesComputeMachineStatus
Source§impl From<MachinesComputeMachineStatus> for MachinesComputeMachineStatus
impl From<MachinesComputeMachineStatus> for MachinesComputeMachineStatus
Source§fn from(value: MachinesComputeMachineStatus) -> Self
fn from(value: MachinesComputeMachineStatus) -> Self
Converts to this type from the input type.
Source§impl TryFrom<MachinesComputeMachineStatus> for MachinesComputeMachineStatus
impl TryFrom<MachinesComputeMachineStatus> for MachinesComputeMachineStatus
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(
value: MachinesComputeMachineStatus,
) -> Result<Self, ConversionError>
fn try_from( value: MachinesComputeMachineStatus, ) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for MachinesComputeMachineStatus
impl RefUnwindSafe for MachinesComputeMachineStatus
impl Send for MachinesComputeMachineStatus
impl Sync for MachinesComputeMachineStatus
impl Unpin for MachinesComputeMachineStatus
impl UnsafeUnpin for MachinesComputeMachineStatus
impl UnwindSafe for MachinesComputeMachineStatus
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