#[repr(u8)]pub enum RegmodL7 {
MATCH = 0,
CAPTURE = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for RegmodL7
impl Ord for RegmodL7
Source§impl PartialOrd for RegmodL7
impl PartialOrd for RegmodL7
impl Copy for RegmodL7
impl Eq for RegmodL7
impl StructuralPartialEq for RegmodL7
Auto Trait Implementations§
impl Freeze for RegmodL7
impl RefUnwindSafe for RegmodL7
impl Send for RegmodL7
impl Sync for RegmodL7
impl Unpin for RegmodL7
impl UnwindSafe for RegmodL7
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