pub enum SalmonScale {
Small,
Medium,
Large,
}Variants§
Trait Implementations§
Source§impl Clone for SalmonScale
impl Clone for SalmonScale
Source§fn clone(&self) -> SalmonScale
fn clone(&self) -> SalmonScale
Returns a duplicate 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 SalmonScale
impl Debug for SalmonScale
Source§impl<'a> Decode<'a> for SalmonScale
impl<'a> Decode<'a> for SalmonScale
Source§impl Encode for SalmonScale
impl Encode for SalmonScale
Source§impl PartialEq for SalmonScale
impl PartialEq for SalmonScale
impl Copy for SalmonScale
impl StructuralPartialEq for SalmonScale
Auto Trait Implementations§
impl Freeze for SalmonScale
impl RefUnwindSafe for SalmonScale
impl Send for SalmonScale
impl Sync for SalmonScale
impl Unpin for SalmonScale
impl UnwindSafe for SalmonScale
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