pub struct InstanceProfileArn(/* private fields */);Available on crate feature
iam only.Trait Implementations§
Source§impl Clone for InstanceProfileArn
impl Clone for InstanceProfileArn
Source§fn clone(&self) -> InstanceProfileArn
fn clone(&self) -> InstanceProfileArn
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 InstanceProfileArn
impl Debug for InstanceProfileArn
Source§impl HaveAtt<InstanceProfileArn> for InstanceProfile
impl HaveAtt<InstanceProfileArn> for InstanceProfile
Auto Trait Implementations§
impl Freeze for InstanceProfileArn
impl RefUnwindSafe for InstanceProfileArn
impl Send for InstanceProfileArn
impl Sync for InstanceProfileArn
impl Unpin for InstanceProfileArn
impl UnwindSafe for InstanceProfileArn
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