Enum dns_cookie::Error [−][src]
pub enum Error {
IncorrectLength(usize),
TimestampRange(ComponentRange),
InvalidHash,
Expired,
TimeTravellor,
UnknownVersion(u8),
UnknownAlgorithm(u8),
UnsupportedAlgorithm(&'static str),
}Variants
IncorrectLength(usize)Tuple Fields of IncorrectLength
0: usizeTimestampRange(ComponentRange)Tuple Fields of TimestampRange
UnknownVersion(u8)Tuple Fields of UnknownVersion
0: u8UnknownAlgorithm(u8)Tuple Fields of UnknownAlgorithm
0: u8UnsupportedAlgorithm(&'static str)Tuple Fields of UnsupportedAlgorithm
0: &'static strTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Error
impl UnwindSafe for Error
Blanket Implementations
Mutably borrows from an owned value. Read more