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