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