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