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