pub enum OrfMatch {
Permit,
Deny,
}Expand description
Match field of a common ORF entry header (RFC 5291 §5.1.1).
Variants§
Trait Implementations§
impl Copy for OrfMatch
impl Eq for OrfMatch
impl StructuralPartialEq for OrfMatch
Auto Trait Implementations§
impl Freeze for OrfMatch
impl RefUnwindSafe for OrfMatch
impl Send for OrfMatch
impl Sync for OrfMatch
impl Unpin for OrfMatch
impl UnsafeUnpin for OrfMatch
impl UnwindSafe for OrfMatch
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