Enum dominion_parser::header::AuthenticData
source · [−]pub enum AuthenticData {
NotAuthentic,
Authentic,
}Expand description
DNSSEC flag to indicate if the data has been cryptographically authenticated
Variants
NotAuthentic
The data is not cryptographically authenticated
Authentic
The data is cryptographically authenticated
Trait Implementations
sourceimpl Clone for AuthenticData
impl Clone for AuthenticData
sourcefn clone(&self) -> AuthenticData
fn clone(&self) -> AuthenticData
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for AuthenticData
impl Debug for AuthenticData
sourceimpl From<AuthenticData> for u16
impl From<AuthenticData> for u16
sourcefn from(flag: AuthenticData) -> Self
fn from(flag: AuthenticData) -> Self
Converts to this type from the input type.
sourceimpl From<u16> for AuthenticData
impl From<u16> for AuthenticData
sourceimpl PartialEq<AuthenticData> for AuthenticData
impl PartialEq<AuthenticData> for AuthenticData
impl Copy for AuthenticData
impl Eq for AuthenticData
impl StructuralEq for AuthenticData
impl StructuralPartialEq for AuthenticData
Auto Trait Implementations
impl RefUnwindSafe for AuthenticData
impl Send for AuthenticData
impl Sync for AuthenticData
impl Unpin for AuthenticData
impl UnwindSafe for AuthenticData
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more