pub struct DisassociateIamInstanceProfileResult {
pub iam_instance_profile_association: Option<IamInstanceProfileAssociation>,
}Fields§
§iam_instance_profile_association: Option<IamInstanceProfileAssociation>Information about the IAM instance profile association.
Trait Implementations§
Source§impl Clone for DisassociateIamInstanceProfileResult
impl Clone for DisassociateIamInstanceProfileResult
Source§fn clone(&self) -> DisassociateIamInstanceProfileResult
fn clone(&self) -> DisassociateIamInstanceProfileResult
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 Default for DisassociateIamInstanceProfileResult
impl Default for DisassociateIamInstanceProfileResult
Source§fn default() -> DisassociateIamInstanceProfileResult
fn default() -> DisassociateIamInstanceProfileResult
Returns the “default value” for a type. Read more
Source§impl PartialEq for DisassociateIamInstanceProfileResult
impl PartialEq for DisassociateIamInstanceProfileResult
Source§fn eq(&self, other: &DisassociateIamInstanceProfileResult) -> bool
fn eq(&self, other: &DisassociateIamInstanceProfileResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DisassociateIamInstanceProfileResult
Auto Trait Implementations§
impl Freeze for DisassociateIamInstanceProfileResult
impl RefUnwindSafe for DisassociateIamInstanceProfileResult
impl Send for DisassociateIamInstanceProfileResult
impl Sync for DisassociateIamInstanceProfileResult
impl Unpin for DisassociateIamInstanceProfileResult
impl UnwindSafe for DisassociateIamInstanceProfileResult
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