#[repr(u8)]pub enum Hasel {
SINGLE = 0,
MULTIPLE = 1,
}
Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Hasel
impl Ord for Hasel
Source§impl PartialOrd for Hasel
impl PartialOrd for Hasel
impl Copy for Hasel
impl Eq for Hasel
impl StructuralPartialEq for Hasel
Auto Trait Implementations§
impl Freeze for Hasel
impl RefUnwindSafe for Hasel
impl Send for Hasel
impl Sync for Hasel
impl Unpin for Hasel
impl UnwindSafe for Hasel
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)