pub struct BodyResReady;
Trait Implementations§
Source§impl Clone for BodyResReady
impl Clone for BodyResReady
Source§fn clone(&self) -> BodyResReady
fn clone(&self) -> BodyResReady
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for BodyResReady
impl Debug for BodyResReady
Source§impl Default for BodyResReady
impl Default for BodyResReady
Source§fn default() -> BodyResReady
fn default() -> BodyResReady
Returns the “default value” for a type. Read more
Source§impl FromCursor for BodyResReady
impl FromCursor for BodyResReady
Source§impl Hash for BodyResReady
impl Hash for BodyResReady
Source§impl Ord for BodyResReady
impl Ord for BodyResReady
Source§fn cmp(&self, other: &BodyResReady) -> Ordering
fn cmp(&self, other: &BodyResReady) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for BodyResReady
impl PartialEq for BodyResReady
Source§impl PartialOrd for BodyResReady
impl PartialOrd for BodyResReady
Source§impl Serialize for BodyResReady
impl Serialize for BodyResReady
impl Copy for BodyResReady
impl Eq for BodyResReady
impl StructuralPartialEq for BodyResReady
Auto Trait Implementations§
impl Freeze for BodyResReady
impl RefUnwindSafe for BodyResReady
impl Send for BodyResReady
impl Sync for BodyResReady
impl Unpin for BodyResReady
impl UnwindSafe for BodyResReady
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<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more