pub struct ObliviousDoHConfigContents { /* private fields */ }Expand description
Contains the HPKE suite parameters and the resolver (target’s) public key.
Implementations§
Trait Implementations§
Source§impl Clone for ObliviousDoHConfigContents
impl Clone for ObliviousDoHConfigContents
Source§fn clone(&self) -> ObliviousDoHConfigContents
fn clone(&self) -> ObliviousDoHConfigContents
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 ObliviousDoHConfigContents
impl Debug for ObliviousDoHConfigContents
Source§impl From<ObliviousDoHConfig> for ObliviousDoHConfigContents
impl From<ObliviousDoHConfig> for ObliviousDoHConfigContents
Source§fn from(c: ObliviousDoHConfig) -> Self
fn from(c: ObliviousDoHConfig) -> Self
Converts to this type from the input type.
Source§impl From<ObliviousDoHConfigContents> for ObliviousDoHConfig
impl From<ObliviousDoHConfigContents> for ObliviousDoHConfig
Source§fn from(c: ObliviousDoHConfigContents) -> Self
fn from(c: ObliviousDoHConfigContents) -> Self
Converts to this type from the input type.
Source§impl Serialize for &ObliviousDoHConfigContents
impl Serialize for &ObliviousDoHConfigContents
impl Eq for ObliviousDoHConfigContents
impl StructuralPartialEq for ObliviousDoHConfigContents
Auto Trait Implementations§
impl !Freeze for ObliviousDoHConfigContents
impl RefUnwindSafe for ObliviousDoHConfigContents
impl Send for ObliviousDoHConfigContents
impl Sync for ObliviousDoHConfigContents
impl Unpin for ObliviousDoHConfigContents
impl UnwindSafe for ObliviousDoHConfigContents
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