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