pub enum Sel3<T1, T2, T3> {
A(T1),
B(T2),
C(T3),
}
Variants§
Auto Trait Implementations§
impl<T1, T2, T3> Freeze for Sel3<T1, T2, T3>
impl<T1, T2, T3> RefUnwindSafe for Sel3<T1, T2, T3>
impl<T1, T2, T3> Send for Sel3<T1, T2, T3>
impl<T1, T2, T3> Sync for Sel3<T1, T2, T3>
impl<T1, T2, T3> Unpin for Sel3<T1, T2, T3>
impl<T1, T2, T3> UnwindSafe for Sel3<T1, T2, T3>
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