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