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