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