Struct cassandra_protocol::frame::message_options::BodyReqOptions
source · pub struct BodyReqOptions;
Expand description
The structure which represents a body of a envelope of type options
.
Trait Implementations§
source§impl Clone for BodyReqOptions
impl Clone for BodyReqOptions
source§fn clone(&self) -> BodyReqOptions
fn clone(&self) -> BodyReqOptions
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 BodyReqOptions
impl Debug for BodyReqOptions
source§impl Default for BodyReqOptions
impl Default for BodyReqOptions
source§fn default() -> BodyReqOptions
fn default() -> BodyReqOptions
Returns the “default value” for a type. Read more
source§impl FromCursor for BodyReqOptions
impl FromCursor for BodyReqOptions
source§impl Hash for BodyReqOptions
impl Hash for BodyReqOptions
source§impl Ord for BodyReqOptions
impl Ord for BodyReqOptions
source§fn cmp(&self, other: &BodyReqOptions) -> Ordering
fn cmp(&self, other: &BodyReqOptions) -> 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<BodyReqOptions> for BodyReqOptions
impl PartialEq<BodyReqOptions> for BodyReqOptions
source§fn eq(&self, other: &BodyReqOptions) -> bool
fn eq(&self, other: &BodyReqOptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<BodyReqOptions> for BodyReqOptions
impl PartialOrd<BodyReqOptions> for BodyReqOptions
source§fn partial_cmp(&self, other: &BodyReqOptions) -> Option<Ordering>
fn partial_cmp(&self, other: &BodyReqOptions) -> 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 BodyReqOptions
impl Serialize for BodyReqOptions
impl Copy for BodyReqOptions
impl Eq for BodyReqOptions
impl StructuralEq for BodyReqOptions
impl StructuralPartialEq for BodyReqOptions
Auto Trait Implementations§
impl RefUnwindSafe for BodyReqOptions
impl Send for BodyReqOptions
impl Sync for BodyReqOptions
impl Unpin for BodyReqOptions
impl UnwindSafe for BodyReqOptions
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