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