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