Struct webrtc_mdns::message::resource::txt::TxtResource
source · pub struct TxtResource {
pub txt: Vec<String>,
}
Fields§
§txt: Vec<String>
Trait Implementations§
source§impl Clone for TxtResource
impl Clone for TxtResource
source§fn clone(&self) -> TxtResource
fn clone(&self) -> TxtResource
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for TxtResource
impl Debug for TxtResource
source§impl Default for TxtResource
impl Default for TxtResource
source§fn default() -> TxtResource
fn default() -> TxtResource
Returns the “default value” for a type. Read more
source§impl Display for TxtResource
impl Display for TxtResource
source§impl PartialEq for TxtResource
impl PartialEq for TxtResource
source§fn 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 ==
.source§impl ResourceBody for TxtResource
impl ResourceBody for TxtResource
impl Eq for TxtResource
impl StructuralPartialEq for TxtResource
Auto Trait Implementations§
impl Freeze for TxtResource
impl RefUnwindSafe for TxtResource
impl Send for TxtResource
impl Sync for TxtResource
impl Unpin for TxtResource
impl UnwindSafe for TxtResource
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more