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