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