Struct cassandra_protocol::frame::message_ready::BodyResReady
source · 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 copy 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§fn eq(&self, other: &BodyResReady) -> bool
fn eq(&self, other: &BodyResReady) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for BodyResReady
impl PartialOrd for BodyResReady
source§fn partial_cmp(&self, other: &BodyResReady) -> Option<Ordering>
fn partial_cmp(&self, other: &BodyResReady) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moresource§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> 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