pub enum KeyFlag {
Testing,
Strict,
}Expand description
Key flags from t= tag in DNS key record.
Variants§
Trait Implementations§
impl Copy for KeyFlag
impl Eq for KeyFlag
impl StructuralPartialEq for KeyFlag
Auto Trait Implementations§
impl Freeze for KeyFlag
impl RefUnwindSafe for KeyFlag
impl Send for KeyFlag
impl Sync for KeyFlag
impl Unpin for KeyFlag
impl UnsafeUnpin for KeyFlag
impl UnwindSafe for KeyFlag
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more