Struct webrtc_ice::candidate::CandidateRelatedAddress
source · [−]Expand description
Convey transport addresses related to the candidate, useful for diagnostics and other purposes.
Fields
address: String
port: u16
Trait Implementations
sourceimpl Clone for CandidateRelatedAddress
impl Clone for CandidateRelatedAddress
sourcefn clone(&self) -> CandidateRelatedAddress
fn clone(&self) -> CandidateRelatedAddress
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for CandidateRelatedAddress
impl Debug for CandidateRelatedAddress
sourceimpl Display for CandidateRelatedAddress
impl Display for CandidateRelatedAddress
sourceimpl PartialEq<CandidateRelatedAddress> for CandidateRelatedAddress
impl PartialEq<CandidateRelatedAddress> for CandidateRelatedAddress
sourcefn eq(&self, other: &CandidateRelatedAddress) -> bool
fn eq(&self, other: &CandidateRelatedAddress) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &CandidateRelatedAddress) -> bool
fn ne(&self, other: &CandidateRelatedAddress) -> bool
This method tests for !=
.
impl StructuralPartialEq for CandidateRelatedAddress
Auto Trait Implementations
impl RefUnwindSafe for CandidateRelatedAddress
impl Send for CandidateRelatedAddress
impl Sync for CandidateRelatedAddress
impl Unpin for CandidateRelatedAddress
impl UnwindSafe for CandidateRelatedAddress
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more