Enum trust_dns::serialize::binary::EncodeMode [] [src]

pub enum EncodeMode {
    Signing,
    Normal,
}

In the Verify mode there maybe some things which are encoded differently, e.g. SIG0 records should not be included in the additional count and not in the encoded data when in Verify

Variants

Signing
Normal

Trait Implementations

Derived Implementations

impl PartialEq for EncodeMode

fn eq(&self, __arg_0: &EncodeMode) -> bool

1.0.0fn ne(&self, other: &Rhs) -> bool

impl Eq for EncodeMode

impl Clone for EncodeMode

fn clone(&self) -> EncodeMode

1.0.0fn clone_from(&mut self, source: &Self)

impl Copy for EncodeMode