Struct cassandra_protocol::frame::frame_execute::BodyReqExecute
source · [−]pub struct BodyReqExecute<'a> { /* private fields */ }
Expand description
The structure that represents a body of a frame of type execute
.
Implementations
sourceimpl<'a> BodyReqExecute<'a>
impl<'a> BodyReqExecute<'a>
pub fn new(
id: &'a CBytesShort,
query_parameters: &'a QueryParams
) -> BodyReqExecute<'a>
Trait Implementations
sourceimpl<'a> Debug for BodyReqExecute<'a>
impl<'a> Debug for BodyReqExecute<'a>
sourceimpl<'a> PartialEq<BodyReqExecute<'a>> for BodyReqExecute<'a>
impl<'a> PartialEq<BodyReqExecute<'a>> for BodyReqExecute<'a>
sourcefn eq(&self, other: &BodyReqExecute<'a>) -> bool
fn eq(&self, other: &BodyReqExecute<'a>) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &BodyReqExecute<'a>) -> bool
fn ne(&self, other: &BodyReqExecute<'a>) -> bool
This method tests for !=
.
sourceimpl<'a> Serialize for BodyReqExecute<'a>
impl<'a> Serialize for BodyReqExecute<'a>
impl<'a> Eq for BodyReqExecute<'a>
impl<'a> StructuralEq for BodyReqExecute<'a>
impl<'a> StructuralPartialEq for BodyReqExecute<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for BodyReqExecute<'a>
impl<'a> Send for BodyReqExecute<'a>
impl<'a> Sync for BodyReqExecute<'a>
impl<'a> Unpin for BodyReqExecute<'a>
impl<'a> UnwindSafe for BodyReqExecute<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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