#[non_exhaustive]pub struct SipWarningEntry { /* private fields */ }Expand description
A single Warning header entry.
RFC 3261 §20.43:
warning-value = warn-code SP warn-agent SP warn-text
warn-code = 3DIGIT
warn-agent = hostport / pseudonym
warn-text = quoted-stringImplementations§
Trait Implementations§
Source§impl Clone for SipWarningEntry
impl Clone for SipWarningEntry
Source§fn clone(&self) -> SipWarningEntry
fn clone(&self) -> SipWarningEntry
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 SipWarningEntry
impl Debug for SipWarningEntry
Source§impl Display for SipWarningEntry
impl Display for SipWarningEntry
Source§impl PartialEq for SipWarningEntry
impl PartialEq for SipWarningEntry
impl Eq for SipWarningEntry
impl StructuralPartialEq for SipWarningEntry
Auto Trait Implementations§
impl Freeze for SipWarningEntry
impl RefUnwindSafe for SipWarningEntry
impl Send for SipWarningEntry
impl Sync for SipWarningEntry
impl Unpin for SipWarningEntry
impl UnsafeUnpin for SipWarningEntry
impl UnwindSafe for SipWarningEntry
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