pub struct SessionHeader { /* private fields */ }Expand description
Session header field.
Implementations§
Source§impl SessionHeader
impl SessionHeader
Trait Implementations§
Source§impl Borrow<SessionHeaderRef<'static>> for SessionHeader
impl Borrow<SessionHeaderRef<'static>> for SessionHeader
Source§fn borrow(&self) -> &SessionHeaderRef<'static>
fn borrow(&self) -> &SessionHeaderRef<'static>
Immutably borrows from an owned value. Read more
Source§impl Clone for SessionHeader
impl Clone for SessionHeader
Source§fn clone(&self) -> SessionHeader
fn clone(&self) -> SessionHeader
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Display for SessionHeader
impl Display for SessionHeader
Source§impl From<SessionHeader> for HeaderFieldValue
impl From<SessionHeader> for HeaderFieldValue
Source§fn from(value: SessionHeader) -> Self
fn from(value: SessionHeader) -> Self
Converts to this type from the input type.
Source§impl FromStr for SessionHeader
impl FromStr for SessionHeader
Source§impl TryFrom<&HeaderFieldValue> for SessionHeader
impl TryFrom<&HeaderFieldValue> for SessionHeader
Auto Trait Implementations§
impl Freeze for SessionHeader
impl RefUnwindSafe for SessionHeader
impl Send for SessionHeader
impl Sync for SessionHeader
impl Unpin for SessionHeader
impl UnsafeUnpin for SessionHeader
impl UnwindSafe for SessionHeader
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