pub struct AffinityGroupMemberInstanceDeleteWhen(/* private fields */);Implementations§
Auto Trait Implementations§
impl Freeze for AffinityGroupMemberInstanceDeleteWhen
impl !RefUnwindSafe for AffinityGroupMemberInstanceDeleteWhen
impl !Send for AffinityGroupMemberInstanceDeleteWhen
impl !Sync for AffinityGroupMemberInstanceDeleteWhen
impl Unpin for AffinityGroupMemberInstanceDeleteWhen
impl UnsafeUnpin for AffinityGroupMemberInstanceDeleteWhen
impl !UnwindSafe for AffinityGroupMemberInstanceDeleteWhen
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