pub struct GcpRemoteStackManagementHeartbeatData {
pub status: RemoteStackManagementHeartbeatStatus,
pub service_account_email: Option<String>,
pub service_account_unique_id: Option<String>,
pub role_bound: bool,
pub impersonation_granted: bool,
}Fields§
§status: RemoteStackManagementHeartbeatStatus§service_account_email: Option<String>§service_account_unique_id: Option<String>§role_bound: bool§impersonation_granted: boolTrait Implementations§
Source§impl Clone for GcpRemoteStackManagementHeartbeatData
impl Clone for GcpRemoteStackManagementHeartbeatData
Source§fn clone(&self) -> GcpRemoteStackManagementHeartbeatData
fn clone(&self) -> GcpRemoteStackManagementHeartbeatData
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 GcpRemoteStackManagementHeartbeatData
impl<'de> Deserialize<'de> for GcpRemoteStackManagementHeartbeatData
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 GcpRemoteStackManagementHeartbeatData
impl PartialEq for GcpRemoteStackManagementHeartbeatData
Source§fn eq(&self, other: &GcpRemoteStackManagementHeartbeatData) -> bool
fn eq(&self, other: &GcpRemoteStackManagementHeartbeatData) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GcpRemoteStackManagementHeartbeatData
Auto Trait Implementations§
impl Freeze for GcpRemoteStackManagementHeartbeatData
impl RefUnwindSafe for GcpRemoteStackManagementHeartbeatData
impl Send for GcpRemoteStackManagementHeartbeatData
impl Sync for GcpRemoteStackManagementHeartbeatData
impl Unpin for GcpRemoteStackManagementHeartbeatData
impl UnsafeUnpin for GcpRemoteStackManagementHeartbeatData
impl UnwindSafe for GcpRemoteStackManagementHeartbeatData
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