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