pub struct MNil;Expand description
Type-level empty list: no sub-APIs mounted yet.
Auto Trait Implementations§
impl Freeze for MNil
impl RefUnwindSafe for MNil
impl Send for MNil
impl Sync for MNil
impl Unpin for MNil
impl UnsafeUnpin for MNil
impl UnwindSafe for MNil
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