Struct webrtc_mdns::message::resource::mx::MxResource
source · [−]Fields
pref: u16
mx: Name
Trait Implementations
sourceimpl Clone for MxResource
impl Clone for MxResource
sourcefn clone(&self) -> MxResource
fn clone(&self) -> MxResource
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 MxResource
impl Debug for MxResource
sourceimpl Default for MxResource
impl Default for MxResource
sourcefn default() -> MxResource
fn default() -> MxResource
Returns the “default value” for a type. Read more
sourceimpl Display for MxResource
impl Display for MxResource
sourceimpl PartialEq<MxResource> for MxResource
impl PartialEq<MxResource> for MxResource
sourcefn eq(&self, other: &MxResource) -> bool
fn eq(&self, other: &MxResource) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &MxResource) -> bool
fn ne(&self, other: &MxResource) -> bool
This method tests for !=
.
sourceimpl ResourceBody for MxResource
impl ResourceBody for MxResource
impl Eq for MxResource
impl StructuralEq for MxResource
impl StructuralPartialEq for MxResource
Auto Trait Implementations
impl RefUnwindSafe for MxResource
impl Send for MxResource
impl Sync for MxResource
impl Unpin for MxResource
impl UnwindSafe for MxResource
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