pub struct SendResponseHeadersItem {
pub name: String,
pub value: String,
}Fields§
§name: String§value: StringTrait Implementations§
Source§impl Clone for SendResponseHeadersItem
impl Clone for SendResponseHeadersItem
Source§fn clone(&self) -> SendResponseHeadersItem
fn clone(&self) -> SendResponseHeadersItem
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SendResponseHeadersItem
impl Debug for SendResponseHeadersItem
Source§impl<'de> Deserialize<'de> for SendResponseHeadersItem
impl<'de> Deserialize<'de> for SendResponseHeadersItem
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for SendResponseHeadersItem
impl PartialEq for SendResponseHeadersItem
Source§impl Serialize for SendResponseHeadersItem
impl Serialize for SendResponseHeadersItem
impl StructuralPartialEq for SendResponseHeadersItem
Auto Trait Implementations§
impl Freeze for SendResponseHeadersItem
impl RefUnwindSafe for SendResponseHeadersItem
impl Send for SendResponseHeadersItem
impl Sync for SendResponseHeadersItem
impl Unpin for SendResponseHeadersItem
impl UnsafeUnpin for SendResponseHeadersItem
impl UnwindSafe for SendResponseHeadersItem
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