Struct cassandra_protocol::frame::message_ready::BodyResReady
source · [−]pub struct BodyResReady;
Trait Implementations
sourceimpl Clone for BodyResReady
impl Clone for BodyResReady
sourcefn clone(&self) -> BodyResReady
fn clone(&self) -> BodyResReady
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for BodyResReady
impl Debug for BodyResReady
sourceimpl Default for BodyResReady
impl Default for BodyResReady
sourcefn default() -> BodyResReady
fn default() -> BodyResReady
Returns the “default value” for a type. Read more
sourceimpl FromCursor for BodyResReady
impl FromCursor for BodyResReady
sourceimpl Hash for BodyResReady
impl Hash for BodyResReady
sourceimpl Ord for BodyResReady
impl Ord for BodyResReady
sourcefn cmp(&self, other: &BodyResReady) -> Ordering
fn cmp(&self, other: &BodyResReady) -> Ordering
1.21.0 · sourcefn max(self, other: Self) -> Self
fn max(self, other: Self) -> Self
Compares and returns the maximum of two values. Read more
1.21.0 · sourcefn min(self, other: Self) -> Self
fn min(self, other: Self) -> Self
Compares and returns the minimum of two values. Read more
1.50.0 · sourcefn clamp(self, min: Self, max: Self) -> Selfwhere
Self: PartialOrd<Self>,
fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: PartialOrd<Self>,
Restrict a value to a certain interval. Read more
sourceimpl PartialEq<BodyResReady> for BodyResReady
impl PartialEq<BodyResReady> for BodyResReady
sourcefn eq(&self, other: &BodyResReady) -> bool
fn eq(&self, other: &BodyResReady) -> bool
sourceimpl PartialOrd<BodyResReady> for BodyResReady
impl PartialOrd<BodyResReady> for BodyResReady
sourcefn partial_cmp(&self, other: &BodyResReady) -> Option<Ordering>
fn partial_cmp(&self, other: &BodyResReady) -> Option<Ordering>
1.0.0 · sourcefn 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 moresourceimpl Serialize for BodyResReady
impl Serialize for BodyResReady
impl Copy for BodyResReady
impl Eq for BodyResReady
impl StructuralEq for BodyResReady
impl StructuralPartialEq for BodyResReady
Auto Trait Implementations
impl RefUnwindSafe for BodyResReady
impl Send for BodyResReady
impl Sync for BodyResReady
impl Unpin for BodyResReady
impl UnwindSafe for BodyResReady
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more