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