pub struct GcpServiceUsageActivationHeartbeatData {
pub status: ServiceActivationHeartbeatStatus,
pub project_id: String,
pub service_name: String,
pub service_resource_name: Option<String>,
pub title: Option<String>,
pub state: Option<String>,
pub enabled: bool,
pub last_operation_name: Option<String>,
}Fields§
§status: ServiceActivationHeartbeatStatus§project_id: String§service_name: String§service_resource_name: Option<String>§title: Option<String>§state: Option<String>§enabled: bool§last_operation_name: Option<String>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<'de> Deserialize<'de> for GcpServiceUsageActivationHeartbeatData
impl<'de> Deserialize<'de> for GcpServiceUsageActivationHeartbeatData
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for GcpServiceUsageActivationHeartbeatData
impl PartialEq for GcpServiceUsageActivationHeartbeatData
Source§fn eq(&self, other: &GcpServiceUsageActivationHeartbeatData) -> bool
fn eq(&self, other: &GcpServiceUsageActivationHeartbeatData) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GcpServiceUsageActivationHeartbeatData
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