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