#[repr(u8)]pub enum frog_variant {
temperate = 0,
warm = 1,
cold = 2,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for frog_variant
impl Clone for frog_variant
Source§fn clone(&self) -> frog_variant
fn clone(&self) -> frog_variant
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 frog_variant
impl Debug for frog_variant
Source§impl Display for frog_variant
impl Display for frog_variant
Source§impl Hash for frog_variant
impl Hash for frog_variant
Source§impl PartialEq for frog_variant
impl PartialEq for frog_variant
Source§impl Write for frog_variant
impl Write for frog_variant
impl Copy for frog_variant
impl Eq for frog_variant
impl StructuralPartialEq for frog_variant
Auto Trait Implementations§
impl Freeze for frog_variant
impl RefUnwindSafe for frog_variant
impl Send for frog_variant
impl Sync for frog_variant
impl Unpin for frog_variant
impl UnwindSafe for frog_variant
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