pub struct ViaRoot<M>(pub M)
where
M: Display + Debug + Send + Sync + 'static;Tuple Fields§
§0: MAuto Trait Implementations§
impl<M> Freeze for ViaRoot<M>where
M: Freeze,
impl<M> RefUnwindSafe for ViaRoot<M>where
M: RefUnwindSafe,
impl<M> Send for ViaRoot<M>
impl<M> Sync for ViaRoot<M>
impl<M> Unpin for ViaRoot<M>where
M: Unpin,
impl<M> UnwindSafe for ViaRoot<M>where
M: 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