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