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