Struct mhost::resources::rdata::SOA[][src]

pub struct SOA { /* fields omitted */ }

Implementations

impl SOA[src]

pub fn new(
    mname: Name,
    rname: Name,
    serial: u32,
    refresh: i32,
    retry: i32,
    expire: i32,
    minimum: u32
) -> Self
[src]

pub fn increment_serial(&mut self)[src]

pub fn mname(&self) -> &Name[src]

pub fn rname(&self) -> &Name[src]

pub fn serial(&self) -> u32[src]

pub fn refresh(&self) -> i32[src]

pub fn retry(&self) -> i32[src]

pub fn expire(&self) -> i32[src]

pub fn minimum(&self) -> u32[src]

Trait Implementations

impl Clone for SOA[src]

impl Debug for SOA[src]

impl Differ for SOA[src]

type FieldType = Field

impl Eq for SOA[src]

impl Hash for SOA[src]

impl Ord for SOA[src]

impl PartialEq<SOA> for SOA[src]

impl PartialOrd<SOA> for SOA[src]

impl Serialize for SOA[src]

impl StructuralEq for SOA[src]

impl StructuralPartialEq for SOA[src]

Auto Trait Implementations

impl RefUnwindSafe for SOA

impl Send for SOA

impl Sync for SOA

impl Unpin for SOA

impl UnwindSafe for SOA

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 

impl<T> WithSubscriber for T[src]