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