pub enum EDNSOption {
ECS(ECS),
Cookie(Cookie),
Padding(Padding),
ExtendedDNSErrors(ExtendedDNSErrors),
}
Variants§
Trait Implementations§
Source§impl Clone for EDNSOption
impl Clone for EDNSOption
Source§fn clone(&self) -> EDNSOption
fn clone(&self) -> EDNSOption
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 EDNSOption
impl Debug for EDNSOption
Source§impl Display for EDNSOption
impl Display for EDNSOption
Source§impl Hash for EDNSOption
impl Hash for EDNSOption
Source§impl PartialEq for EDNSOption
impl PartialEq for EDNSOption
impl Eq for EDNSOption
impl StructuralPartialEq for EDNSOption
Auto Trait Implementations§
impl Freeze for EDNSOption
impl RefUnwindSafe for EDNSOption
impl Send for EDNSOption
impl Sync for EDNSOption
impl Unpin for EDNSOption
impl UnwindSafe for EDNSOption
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