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