#[repr(u8)]pub enum val_none_small_large {
none = 0,
small = 1,
large = 2,
}Variants§
Implementations§
Trait Implementations§
source§impl Clone for val_none_small_large
impl Clone for val_none_small_large
source§fn clone(&self) -> val_none_small_large
fn clone(&self) -> val_none_small_large
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for val_none_small_large
impl Debug for val_none_small_large
source§impl Display for val_none_small_large
impl Display for val_none_small_large
source§impl Hash for val_none_small_large
impl Hash for val_none_small_large
source§impl PartialEq for val_none_small_large
impl PartialEq for val_none_small_large
source§fn eq(&self, other: &val_none_small_large) -> bool
fn eq(&self, other: &val_none_small_large) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for val_none_small_large
impl Eq for val_none_small_large
impl StructuralEq for val_none_small_large
impl StructuralPartialEq for val_none_small_large
Auto Trait Implementations§
impl RefUnwindSafe for val_none_small_large
impl Send for val_none_small_large
impl Sync for val_none_small_large
impl Unpin for val_none_small_large
impl UnwindSafe for val_none_small_large
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