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