pub struct DnsSecConfig {
pub kind: String,
pub state: String,
pub default_key_specs: Vec<DefaultKeySpec>,
pub non_existence: String,
}Fields§
§kind: String§state: String§default_key_specs: Vec<DefaultKeySpec>§non_existence: StringTrait Implementations§
Source§impl Debug for DnsSecConfig
impl Debug for DnsSecConfig
Source§impl<'de> Deserialize<'de> for DnsSecConfig
impl<'de> Deserialize<'de> for DnsSecConfig
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 DnsSecConfig
impl RefUnwindSafe for DnsSecConfig
impl Send for DnsSecConfig
impl Sync for DnsSecConfig
impl Unpin for DnsSecConfig
impl UnwindSafe for DnsSecConfig
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