pub struct BodyResSupported {
pub data: HashMap<String, Vec<String>>,
}Fields§
§data: HashMap<String, Vec<String>>Trait Implementations§
Source§impl Debug for BodyResSupported
impl Debug for BodyResSupported
Source§impl FromCursor for BodyResSupported
impl FromCursor for BodyResSupported
Source§fn 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.Auto Trait Implementations§
impl Freeze for BodyResSupported
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