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