Enum trust_dns_proto::serialize::binary::EncodeMode [−][src]
pub enum EncodeMode {
Signing,
Normal,
}
Expand description
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
Auto Trait Implementations
impl RefUnwindSafe for EncodeMode
impl Send for EncodeMode
impl Sync for EncodeMode
impl Unpin for EncodeMode
impl UnwindSafe for EncodeMode
Blanket Implementations
Mutably borrows from an owned value. Read more