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