Struct netlify_rust::models::dns_record_create::DnsRecordCreate [−][src]
pub struct DnsRecordCreate {
pub _type: Option<String>,
pub hostname: Option<String>,
pub value: Option<String>,
pub ttl: Option<i64>,
pub priority: Option<i64>,
pub weight: Option<i64>,
pub port: Option<i64>,
pub flag: Option<i64>,
pub tag: Option<String>,
}
Fields
_type: Option<String>
hostname: Option<String>
value: Option<String>
ttl: Option<i64>
priority: Option<i64>
weight: Option<i64>
port: Option<i64>
flag: Option<i64>
tag: 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 DnsRecordCreate
impl Send for DnsRecordCreate
impl Sync for DnsRecordCreate
impl Unpin for DnsRecordCreate
impl UnwindSafe for DnsRecordCreate
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more