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