[][src]Struct rdap_client::parser::Domain

pub struct Domain {
    pub handle: String,
    pub entities: Vec<Entity>,
    pub links: Option<Vec<Link>>,
    pub variants: Option<Vec<Variant>>,
    pub nameservers: Option<Vec<Nameserver>>,
    pub secure_dns: Option<SecureDns>,
    pub remarks: Option<NoticesOrRemarks>,
    pub events: Events,
    pub network: Option<IpNetwork>,
    pub rdap_conformance: Option<Vec<String>>,
    pub notices: Option<NoticesOrRemarks>,
    pub port43: Option<String>,
    pub status: Option<Vec<String>>,
    pub lang: Option<String>,
    pub object_class_name: String,
    pub fred_keyset: Option<FredKeyset>,
    pub fred_nsset: Option<FredNsset>,
}

Fields

handle: Stringentities: Vec<Entity>links: Option<Vec<Link>>variants: Option<Vec<Variant>>nameservers: Option<Vec<Nameserver>>secure_dns: Option<SecureDns>remarks: Option<NoticesOrRemarks>events: Eventsnetwork: Option<IpNetwork>rdap_conformance: Option<Vec<String>>notices: Option<NoticesOrRemarks>port43: Option<String>status: Option<Vec<String>>lang: Option<String>object_class_name: Stringfred_keyset: Option<FredKeyset>fred_nsset: Option<FredNsset>

Trait Implementations

impl Debug for Domain[src]

impl<'de> Deserialize<'de> for Domain[src]

impl Serialize for Domain[src]

Auto Trait Implementations

impl RefUnwindSafe for Domain

impl Send for Domain

impl Sync for Domain

impl Unpin for Domain

impl UnwindSafe for Domain

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<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

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

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

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.