pub struct ManagedZoneServiceDirectoryConfig {
pub kind: Option<String>,
pub namespace: Option<ManagedZoneServiceDirectoryConfigNamespace>,
}Expand description
Contains information about Service Directory-backed zones.
This type is not used in any activity, and only used as part of another schema.
Fields§
§kind: Option<String>no description provided
namespace: Option<ManagedZoneServiceDirectoryConfigNamespace>Contains information about the namespace associated with the zone.
Trait Implementations§
Source§impl Clone for ManagedZoneServiceDirectoryConfig
impl Clone for ManagedZoneServiceDirectoryConfig
Source§fn clone(&self) -> ManagedZoneServiceDirectoryConfig
fn clone(&self) -> ManagedZoneServiceDirectoryConfig
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 Default for ManagedZoneServiceDirectoryConfig
impl Default for ManagedZoneServiceDirectoryConfig
Source§fn default() -> ManagedZoneServiceDirectoryConfig
fn default() -> ManagedZoneServiceDirectoryConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ManagedZoneServiceDirectoryConfig
impl<'de> Deserialize<'de> for ManagedZoneServiceDirectoryConfig
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
impl Part for ManagedZoneServiceDirectoryConfig
Auto Trait Implementations§
impl Freeze for ManagedZoneServiceDirectoryConfig
impl RefUnwindSafe for ManagedZoneServiceDirectoryConfig
impl Send for ManagedZoneServiceDirectoryConfig
impl Sync for ManagedZoneServiceDirectoryConfig
impl Unpin for ManagedZoneServiceDirectoryConfig
impl UnwindSafe for ManagedZoneServiceDirectoryConfig
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