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

In signing mode records are written in canonical form

Write records in standard format

Trait Implementations

impl Copy for EncodeMode
[src]

impl Clone for EncodeMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for EncodeMode
[src]

impl PartialEq for EncodeMode
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.