Enum trust_dns_proto::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
In signing mode records are written in canonical form
Normal
Write records in standard format
Trait Implementations
impl Copy for EncodeMode
[src]
impl Copy for EncodeMode
impl Clone for EncodeMode
[src]
impl Clone for EncodeMode
fn clone(&self) -> EncodeMode
[src]
fn clone(&self) -> EncodeMode
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Eq for EncodeMode
[src]
impl Eq for EncodeMode
impl PartialEq for EncodeMode
[src]
impl PartialEq for EncodeMode
Auto Trait Implementations
impl Send for EncodeMode
impl Send for EncodeMode
impl Sync for EncodeMode
impl Sync for EncodeMode