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