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§
source§impl Clone for SoaResource
impl Clone for SoaResource
source§fn clone(&self) -> SoaResource
fn clone(&self) -> SoaResource
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 SoaResource
impl Debug for SoaResource
source§impl Default for SoaResource
impl Default for SoaResource
source§fn default() -> SoaResource
fn default() -> SoaResource
Returns the “default value” for a type. Read more
source§impl Display for SoaResource
impl Display for SoaResource
source§impl PartialEq for SoaResource
impl PartialEq for SoaResource
source§fn 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 ==
.source§impl ResourceBody for SoaResource
impl ResourceBody for SoaResource
impl Eq for SoaResource
impl StructuralPartialEq for SoaResource
Auto Trait Implementations§
impl Freeze for SoaResource
impl RefUnwindSafe for SoaResource
impl Send for SoaResource
impl Sync for SoaResource
impl Unpin for SoaResource
impl UnwindSafe for SoaResource
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