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