pub struct LE<T>(pub T);Tuple Fields§
§0: TTrait Implementations§
Source§impl<T> Receivable for LE<T>where
T: ReceivableLE,
impl<T> Receivable for LE<T>where
T: ReceivableLE,
Source§impl<T: SendableLE> Sendable for &LE<T>
impl<T: SendableLE> Sendable for &LE<T>
Source§impl<T: SendableLE> Sendable for LE<T>
impl<T: SendableLE> Sendable for LE<T>
impl<T: Eq> Eq for LE<T>
impl<T> StructuralPartialEq for LE<T>
Auto Trait Implementations§
impl<T> Freeze for LE<T>where
T: Freeze,
impl<T> RefUnwindSafe for LE<T>where
T: RefUnwindSafe,
impl<T> Send for LE<T>where
T: Send,
impl<T> Sync for LE<T>where
T: Sync,
impl<T> Unpin for LE<T>where
T: Unpin,
impl<T> UnwindSafe for LE<T>where
T: 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