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 ==
.