pub enum __1<_T0> {
_0(_T0),
}
Variants§
_0(_T0)
Auto Trait Implementations§
impl<_T0> Freeze for __1<_T0>where
_T0: Freeze,
impl<_T0> RefUnwindSafe for __1<_T0>where
_T0: RefUnwindSafe,
impl<_T0> Send for __1<_T0>where
_T0: Send,
impl<_T0> Sync for __1<_T0>where
_T0: Sync,
impl<_T0> Unpin for __1<_T0>where
_T0: Unpin,
impl<_T0> UnwindSafe for __1<_T0>where
_T0: 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