pub struct NameValuePair {
pub name_data: Bytes,
pub value_data: Bytes,
}
Fields§
§name_data: Bytes
§value_data: Bytes
Implementations§
Source§impl NameValuePair
impl NameValuePair
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for NameValuePair
impl RefUnwindSafe for NameValuePair
impl Send for NameValuePair
impl Sync for NameValuePair
impl Unpin for NameValuePair
impl UnwindSafe for NameValuePair
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