pub struct DnsKeyContext {
pub old_value: DnsKey,
pub new_value: DnsKey,
}Fields§
§old_value: DnsKey§new_value: DnsKeyTrait Implementations§
Source§impl Debug for DnsKeyContext
impl Debug for DnsKeyContext
Source§impl<'de> Deserialize<'de> for DnsKeyContext
impl<'de> Deserialize<'de> for DnsKeyContext
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 DnsKeyContext
impl RefUnwindSafe for DnsKeyContext
impl Send for DnsKeyContext
impl Sync for DnsKeyContext
impl Unpin for DnsKeyContext
impl UnwindSafe for DnsKeyContext
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