Struct netlify_rust::models::dns_zone_setup::DnsZoneSetup [−][src]
pub struct DnsZoneSetup {
pub account_slug: Option<String>,
pub site_id: Option<String>,
pub name: Option<String>,
}
Fields
account_slug: Option<String>
site_id: Option<String>
name: Option<String>
Implementations
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for DnsZoneSetup
impl Send for DnsZoneSetup
impl Sync for DnsZoneSetup
impl Unpin for DnsZoneSetup
impl UnwindSafe for DnsZoneSetup
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more