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