#[non_exhaustive]pub struct SipAcceptEncodingEntry { /* private fields */ }Expand description
A single Accept-Encoding entry: encoding *(SEMI accept-param).
Implementations§
Trait Implementations§
Source§impl Clone for SipAcceptEncodingEntry
impl Clone for SipAcceptEncodingEntry
Source§fn clone(&self) -> SipAcceptEncodingEntry
fn clone(&self) -> SipAcceptEncodingEntry
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 Debug for SipAcceptEncodingEntry
impl Debug for SipAcceptEncodingEntry
Source§impl Display for SipAcceptEncodingEntry
impl Display for SipAcceptEncodingEntry
Source§impl PartialEq for SipAcceptEncodingEntry
impl PartialEq for SipAcceptEncodingEntry
impl Eq for SipAcceptEncodingEntry
impl StructuralPartialEq for SipAcceptEncodingEntry
Auto Trait Implementations§
impl Freeze for SipAcceptEncodingEntry
impl RefUnwindSafe for SipAcceptEncodingEntry
impl Send for SipAcceptEncodingEntry
impl Sync for SipAcceptEncodingEntry
impl Unpin for SipAcceptEncodingEntry
impl UnsafeUnpin for SipAcceptEncodingEntry
impl UnwindSafe for SipAcceptEncodingEntry
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