Struct async_fcgi::fastcgi::NameValuePair
source · pub struct NameValuePair {
pub name_data: Bytes,
pub value_data: Bytes,
}Fields§
§name_data: Bytes§value_data: BytesImplementations§
source§impl NameValuePair
impl NameValuePair
Trait Implementations§
Auto Trait Implementations§
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