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