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§
Source§impl DnsZoneSetup
impl DnsZoneSetup
pub fn new() -> DnsZoneSetup
Trait Implementations§
Source§impl Clone for DnsZoneSetup
impl Clone for DnsZoneSetup
Source§fn clone(&self) -> DnsZoneSetup
fn clone(&self) -> DnsZoneSetup
Returns a duplicate 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 DnsZoneSetup
impl Debug for DnsZoneSetup
Source§impl<'de> Deserialize<'de> for DnsZoneSetup
impl<'de> Deserialize<'de> for DnsZoneSetup
Source§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
Source§impl PartialEq for DnsZoneSetup
impl PartialEq for DnsZoneSetup
Source§impl Serialize for DnsZoneSetup
impl Serialize for DnsZoneSetup
impl StructuralPartialEq for DnsZoneSetup
Auto Trait Implementations§
impl Freeze for DnsZoneSetup
impl RefUnwindSafe for DnsZoneSetup
impl Send for DnsZoneSetup
impl Sync for DnsZoneSetup
impl Unpin for DnsZoneSetup
impl UnwindSafe for DnsZoneSetup
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