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