pub struct GcpRemoteStackManagementHeartbeatData { /* private fields */ }Implementations§
Source§impl GcpRemoteStackManagementHeartbeatData
impl GcpRemoteStackManagementHeartbeatData
pub fn impersonation_granted<T>(self, value: T) -> Self
pub fn role_bound<T>(self, value: T) -> Self
pub fn service_account_email<T>(self, value: T) -> Self
pub fn service_account_unique_id<T>(self, value: T) -> Self
pub fn status<T>(self, value: T) -> Self
Trait 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 From<GcpRemoteStackManagementHeartbeatData> for GcpRemoteStackManagementHeartbeatData
impl From<GcpRemoteStackManagementHeartbeatData> for GcpRemoteStackManagementHeartbeatData
Source§fn from(value: GcpRemoteStackManagementHeartbeatData) -> Self
fn from(value: GcpRemoteStackManagementHeartbeatData) -> Self
Converts to this type from the input type.
Source§impl TryFrom<GcpRemoteStackManagementHeartbeatData> for GcpRemoteStackManagementHeartbeatData
impl TryFrom<GcpRemoteStackManagementHeartbeatData> for GcpRemoteStackManagementHeartbeatData
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(
value: GcpRemoteStackManagementHeartbeatData,
) -> Result<Self, ConversionError>
fn try_from( value: GcpRemoteStackManagementHeartbeatData, ) -> Result<Self, ConversionError>
Performs the conversion.
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