pub struct PolicyDns64ConfigScope {
pub all_queries: Option<bool>,
pub kind: Option<String>,
}Expand description
There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields§
§all_queries: Option<bool>Controls whether DNS64 is enabled globally for all networks bound to the policy.
kind: Option<String>no description provided
Trait Implementations§
Source§impl Clone for PolicyDns64ConfigScope
impl Clone for PolicyDns64ConfigScope
Source§fn clone(&self) -> PolicyDns64ConfigScope
fn clone(&self) -> PolicyDns64ConfigScope
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 PolicyDns64ConfigScope
impl Debug for PolicyDns64ConfigScope
Source§impl Default for PolicyDns64ConfigScope
impl Default for PolicyDns64ConfigScope
Source§fn default() -> PolicyDns64ConfigScope
fn default() -> PolicyDns64ConfigScope
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PolicyDns64ConfigScope
impl<'de> Deserialize<'de> for PolicyDns64ConfigScope
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 PolicyDns64ConfigScope
impl Serialize for PolicyDns64ConfigScope
impl Part for PolicyDns64ConfigScope
Auto Trait Implementations§
impl Freeze for PolicyDns64ConfigScope
impl RefUnwindSafe for PolicyDns64ConfigScope
impl Send for PolicyDns64ConfigScope
impl Sync for PolicyDns64ConfigScope
impl Unpin for PolicyDns64ConfigScope
impl UnwindSafe for PolicyDns64ConfigScope
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