pub struct Body<T>(pub T);
Expand description
Tuple Fields§
§0: T
Implementations§
Trait Implementations§
impl<T: Eq> Eq for Body<T>
impl<T> StructuralPartialEq for Body<T>
Auto Trait Implementations§
impl<T> Freeze for Body<T>where
T: Freeze,
impl<T> RefUnwindSafe for Body<T>where
T: RefUnwindSafe,
impl<T> Send for Body<T>where
T: Send,
impl<T> Sync for Body<T>where
T: Sync,
impl<T> Unpin for Body<T>where
T: Unpin,
impl<T> UnwindSafe for Body<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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.