pub struct ZoneConfig {
pub zone: String,
pub zone_type_config: ZoneTypeConfig,
}Expand description
Configuration for a zone
Fields§
§zone: Stringname of the zone
zone_type_config: ZoneTypeConfigtype of the zone
Implementations§
Source§impl ZoneConfig
impl ZoneConfig
Trait Implementations§
Source§impl Debug for ZoneConfig
impl Debug for ZoneConfig
Source§impl<'de> Deserialize<'de> for ZoneConfig
impl<'de> Deserialize<'de> for ZoneConfig
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
Auto Trait Implementations§
impl Freeze for ZoneConfig
impl RefUnwindSafe for ZoneConfig
impl Send for ZoneConfig
impl Sync for ZoneConfig
impl Unpin for ZoneConfig
impl UnwindSafe for ZoneConfig
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