pub struct MThere<T>(/* private fields */);Expand description
Type-level index: the sub-API is somewhere later in the list.
Trait Implementations§
impl<A, Head, Tail, Idx> HasMount<A, MThere<Idx>> for MCons<Head, Tail>where
Tail: HasMount<A, Idx>,
Auto Trait Implementations§
impl<T> Freeze for MThere<T>
impl<T> RefUnwindSafe for MThere<T>where
T: RefUnwindSafe,
impl<T> Send for MThere<T>where
T: Send,
impl<T> Sync for MThere<T>where
T: Sync,
impl<T> Unpin for MThere<T>where
T: Unpin,
impl<T> UnsafeUnpin for MThere<T>
impl<T> UnwindSafe for MThere<T>where
T: UnwindSafe,
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