pub struct PolicyDns64Config {
pub kind: Option<String>,
pub scope: Option<PolicyDns64ConfigScope>,
}Expand description
DNS64 policies
This type is not used in any activity, and only used as part of another schema.
Fields§
§kind: Option<String>no description provided
scope: Option<PolicyDns64ConfigScope>The scope to which DNS64 config will be applied to.
Trait Implementations§
Source§impl Clone for PolicyDns64Config
impl Clone for PolicyDns64Config
Source§fn clone(&self) -> PolicyDns64Config
fn clone(&self) -> PolicyDns64Config
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 PolicyDns64Config
impl Debug for PolicyDns64Config
Source§impl Default for PolicyDns64Config
impl Default for PolicyDns64Config
Source§fn default() -> PolicyDns64Config
fn default() -> PolicyDns64Config
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PolicyDns64Config
impl<'de> Deserialize<'de> for PolicyDns64Config
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 Serialize for PolicyDns64Config
impl Serialize for PolicyDns64Config
impl Part for PolicyDns64Config
Auto Trait Implementations§
impl Freeze for PolicyDns64Config
impl RefUnwindSafe for PolicyDns64Config
impl Send for PolicyDns64Config
impl Sync for PolicyDns64Config
impl Unpin for PolicyDns64Config
impl UnwindSafe for PolicyDns64Config
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