pub struct AppliesEq<T>(pub T);
Tuple Fields§
§0: T
Trait Implementations§
Source§impl From<AppliesEq<JoinHandle<BufValue>>> for BufValue
impl From<AppliesEq<JoinHandle<BufValue>>> for BufValue
Source§fn from(item: AppliesEq<JoinHandle<Self>>) -> Self
fn from(item: AppliesEq<JoinHandle<Self>>) -> Self
Converts to this type from the input type.
impl<T> Send for AppliesEq<T>
impl<T> Sync for AppliesEq<T>
Auto Trait Implementations§
impl<T> Freeze for AppliesEq<T>where
T: Freeze,
impl<T> RefUnwindSafe for AppliesEq<T>where
T: RefUnwindSafe,
impl<T> Unpin for AppliesEq<T>where
T: Unpin,
impl<T> UnwindSafe for AppliesEq<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