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