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