pub enum Protocol {
Tls,
Email,
Dnssec,
Ipsec,
All,
Other(u8),
}Variants§
Tls
RFC 2535, reserved
RFC 2535, reserved
Dnssec
RFC 5034 DNSSEC
Ipsec
RFC 2535, reserved
All
RFC 2535
Other(u8)
Trait Implementations§
impl Copy for Protocol
Auto Trait Implementations§
impl Freeze for Protocol
impl RefUnwindSafe for Protocol
impl Send for Protocol
impl Sync for Protocol
impl Unpin for Protocol
impl UnwindSafe for Protocol
Blanket Implementations§
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