pub struct AwsRemoteStackManagementHeartbeatData {
pub status: RemoteStackManagementHeartbeatStatus,
pub role_name: Option<String>,
pub role_arn: Option<String>,
pub management_permissions_applied: bool,
}Fields§
§status: RemoteStackManagementHeartbeatStatus§role_name: Option<String>§role_arn: Option<String>§management_permissions_applied: boolTrait 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<'de> Deserialize<'de> for AwsRemoteStackManagementHeartbeatData
impl<'de> Deserialize<'de> for AwsRemoteStackManagementHeartbeatData
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 AwsRemoteStackManagementHeartbeatData
impl PartialEq for AwsRemoteStackManagementHeartbeatData
Source§fn eq(&self, other: &AwsRemoteStackManagementHeartbeatData) -> bool
fn eq(&self, other: &AwsRemoteStackManagementHeartbeatData) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AwsRemoteStackManagementHeartbeatData
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