pub struct TenantResourceAssociation {
pub resource_arn: String,
pub associated_timestamp: DateTime<Utc>,
}Fields§
§resource_arn: String§associated_timestamp: DateTime<Utc>Trait Implementations§
Source§impl Clone for TenantResourceAssociation
impl Clone for TenantResourceAssociation
Source§fn clone(&self) -> TenantResourceAssociation
fn clone(&self) -> TenantResourceAssociation
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TenantResourceAssociation
impl Debug for TenantResourceAssociation
Auto Trait Implementations§
impl Freeze for TenantResourceAssociation
impl RefUnwindSafe for TenantResourceAssociation
impl Send for TenantResourceAssociation
impl Sync for TenantResourceAssociation
impl Unpin for TenantResourceAssociation
impl UnsafeUnpin for TenantResourceAssociation
impl UnwindSafe for TenantResourceAssociation
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