pub struct NVBody { /* private fields */ }
Expand description
Body type for Params and GetValues. Holds multiple NameValuePair’s
Implementations§
Auto Trait Implementations§
impl Freeze for NVBody
impl RefUnwindSafe for NVBody
impl Send for NVBody
impl Sync for NVBody
impl Unpin for NVBody
impl UnwindSafe for NVBody
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