pub struct MHere;Expand description
Type-level proof that a sub-API has been mounted.
Uses the same index witness technique as the effects system.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MHere
impl RefUnwindSafe for MHere
impl Send for MHere
impl Sync for MHere
impl Unpin for MHere
impl UnsafeUnpin for MHere
impl UnwindSafe for MHere
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