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