pub struct CSeq(/* private fields */);Expand description
CSeq header (RFC 7826 section 18.20).
Trait Implementations§
impl Copy for CSeq
impl Eq for CSeq
Source§impl Ord for CSeq
impl Ord for CSeq
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for CSeq
impl PartialOrd for CSeq
impl StructuralPartialEq for CSeq
Source§impl TypedHeader for CSeq
impl TypedHeader for CSeq
Source§fn from_headers(
headers: impl AsRef<Headers>,
) -> Result<Option<Self>, HeaderParseError>
fn from_headers( headers: impl AsRef<Headers>, ) -> Result<Option<Self>, HeaderParseError>
Parses the header from headers.
Source§fn insert_into(&self, headers: impl AsMut<Headers>)
fn insert_into(&self, headers: impl AsMut<Headers>)
Inserts the header into headers.
Auto Trait Implementations§
impl Freeze for CSeq
impl RefUnwindSafe for CSeq
impl Send for CSeq
impl Sync for CSeq
impl Unpin for CSeq
impl UnsafeUnpin for CSeq
impl UnwindSafe for CSeq
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