pub struct BodyResSupported {
pub data: HashMap<String, Vec<String>>,
}
Fields§
§data: HashMap<String, Vec<String>>
Trait Implementations§
source§impl Clone for BodyResSupported
impl Clone for BodyResSupported
source§fn clone(&self) -> BodyResSupported
fn clone(&self) -> BodyResSupported
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 BodyResSupported
impl Debug for BodyResSupported
source§impl Default for BodyResSupported
impl Default for BodyResSupported
source§fn default() -> BodyResSupported
fn default() -> BodyResSupported
Returns the “default value” for a type. Read more
source§impl FromCursor for BodyResSupported
impl FromCursor for BodyResSupported
source§fn from_cursor(
cursor: &mut Cursor<&[u8]>,
_version: Version
) -> Result<BodyResSupported>
fn from_cursor( cursor: &mut Cursor<&[u8]>, _version: Version ) -> Result<BodyResSupported>
Tries to parse Self from a cursor of bytes.
source§impl PartialEq<BodyResSupported> for BodyResSupported
impl PartialEq<BodyResSupported> for BodyResSupported
source§fn 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 ==
.source§impl 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§
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