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