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 moresourceimpl 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]>,
_version: Version
) -> Result<BodyResSupported>
fn from_cursor(
cursor: &mut Cursor<&[u8]>,
_version: Version
) -> Result<BodyResSupported>
Tries to parse Self from a cursor of bytes.
sourceimpl PartialEq<BodyResSupported> for BodyResSupported
impl PartialEq<BodyResSupported> for BodyResSupported
sourcefn eq(&self, other: &BodyResSupported) -> bool
fn eq(&self, other: &BodyResSupported) -> bool
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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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