Struct cassandra_protocol::frame::frame_execute::BodyReqExecuteOwned
source · [−]pub struct BodyReqExecuteOwned { /* private fields */ }
Expand description
The structure that represents an owned body of a frame of type execute
.
Implementations
sourceimpl BodyReqExecuteOwned
impl BodyReqExecuteOwned
pub fn new(
id: CBytesShort,
query_parameters: QueryParams
) -> BodyReqExecuteOwned
Trait Implementations
sourceimpl Clone for BodyReqExecuteOwned
impl Clone for BodyReqExecuteOwned
sourcefn clone(&self) -> BodyReqExecuteOwned
fn clone(&self) -> BodyReqExecuteOwned
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 more
sourceimpl Debug for BodyReqExecuteOwned
impl Debug for BodyReqExecuteOwned
sourceimpl Default for BodyReqExecuteOwned
impl Default for BodyReqExecuteOwned
sourcefn default() -> BodyReqExecuteOwned
fn default() -> BodyReqExecuteOwned
Returns the “default value” for a type. Read more
sourceimpl FromCursor for BodyReqExecuteOwned
impl FromCursor for BodyReqExecuteOwned
sourceimpl PartialEq<BodyReqExecuteOwned> for BodyReqExecuteOwned
impl PartialEq<BodyReqExecuteOwned> for BodyReqExecuteOwned
sourcefn eq(&self, other: &BodyReqExecuteOwned) -> bool
fn eq(&self, other: &BodyReqExecuteOwned) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &BodyReqExecuteOwned) -> bool
fn ne(&self, other: &BodyReqExecuteOwned) -> bool
This method tests for !=
.
sourceimpl Serialize for BodyReqExecuteOwned
impl Serialize for BodyReqExecuteOwned
impl Eq for BodyReqExecuteOwned
impl StructuralEq for BodyReqExecuteOwned
impl StructuralPartialEq for BodyReqExecuteOwned
Auto Trait Implementations
impl RefUnwindSafe for BodyReqExecuteOwned
impl Send for BodyReqExecuteOwned
impl Sync for BodyReqExecuteOwned
impl Unpin for BodyReqExecuteOwned
impl UnwindSafe for BodyReqExecuteOwned
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
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more