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