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
sourceimpl Clone for BodyReqOptions
impl Clone for BodyReqOptions
sourcefn clone(&self) -> BodyReqOptions
fn clone(&self) -> BodyReqOptions
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 BodyReqOptions
impl Debug for BodyReqOptions
sourceimpl Default for BodyReqOptions
impl Default for BodyReqOptions
sourcefn default() -> BodyReqOptions
fn default() -> BodyReqOptions
Returns the “default value” for a type. Read more
sourceimpl FromCursor for BodyReqOptions
impl FromCursor for BodyReqOptions
sourceimpl Hash for BodyReqOptions
impl Hash for BodyReqOptions
sourceimpl Ord for BodyReqOptions
impl Ord for BodyReqOptions
sourcefn cmp(&self, other: &BodyReqOptions) -> Ordering
fn cmp(&self, other: &BodyReqOptions) -> 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<BodyReqOptions> for BodyReqOptions
impl PartialEq<BodyReqOptions> for BodyReqOptions
sourcefn eq(&self, other: &BodyReqOptions) -> bool
fn eq(&self, other: &BodyReqOptions) -> bool
sourceimpl PartialOrd<BodyReqOptions> for BodyReqOptions
impl PartialOrd<BodyReqOptions> for BodyReqOptions
sourcefn partial_cmp(&self, other: &BodyReqOptions) -> Option<Ordering>
fn partial_cmp(&self, other: &BodyReqOptions) -> 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 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
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