Struct cassandra_protocol::frame::frame_supported::BodyResSupported
source · [−]Fields
data: HashMap<String, Vec<String>>
Trait Implementations
sourceimpl Clone for BodyResSupported
impl Clone for BodyResSupported
sourcefn clone(&self) -> BodyResSupported
fn clone(&self) -> BodyResSupported
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 BodyResSupported
impl Debug for BodyResSupported
sourceimpl Default for BodyResSupported
impl Default for BodyResSupported
sourcefn default() -> BodyResSupported
fn default() -> BodyResSupported
Returns the “default value” for a type. Read more
sourceimpl FromCursor for BodyResSupported
impl FromCursor for BodyResSupported
sourcefn from_cursor(cursor: &mut Cursor<&[u8]>) -> Result<BodyResSupported>
fn from_cursor(cursor: &mut Cursor<&[u8]>) -> Result<BodyResSupported>
It should return an implementor from an io::Cursor
over an array of bytes.
sourceimpl PartialEq<BodyResSupported> for BodyResSupported
impl PartialEq<BodyResSupported> for BodyResSupported
sourcefn eq(&self, other: &BodyResSupported) -> bool
fn eq(&self, other: &BodyResSupported) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &BodyResSupported) -> bool
fn ne(&self, other: &BodyResSupported) -> bool
This method tests for !=
.
sourceimpl Serialize for BodyResSupported
impl Serialize for BodyResSupported
impl Eq for BodyResSupported
impl StructuralEq for BodyResSupported
impl StructuralPartialEq for BodyResSupported
Auto Trait Implementations
impl RefUnwindSafe for BodyResSupported
impl Send for BodyResSupported
impl Sync for BodyResSupported
impl Unpin for BodyResSupported
impl UnwindSafe for BodyResSupported
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