pub enum InterestEnum {
Printnanny,
Sdwire,
Rpi4Kit,
PrintnannyDemo,
}
Expand description
InterestEnum : * printnanny
- Subscribe to PrintNanny news and development updates * sdwire
- Get notified when SDWire is back in stock * rpi4_kit
- Get notified when Raspberry Pi 4 kits are available * printnanny_demo
- Uploaded image to PrintNanny challenge/demo marketing campaign
printnanny
- Subscribe to PrintNanny news and development updates *sdwire
- Get notified when SDWire is back in stock *rpi4_kit
- Get notified when Raspberry Pi 4 kits are available *printnanny_demo
- Uploaded image to PrintNanny challenge/demo marketing campaign
Variants§
Trait Implementations§
Source§impl Clone for InterestEnum
impl Clone for InterestEnum
Source§fn clone(&self) -> InterestEnum
fn clone(&self) -> InterestEnum
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for InterestEnum
impl Debug for InterestEnum
Source§impl Default for InterestEnum
impl Default for InterestEnum
Source§fn default() -> InterestEnum
fn default() -> InterestEnum
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InterestEnum
impl<'de> Deserialize<'de> for InterestEnum
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for InterestEnum
impl Hash for InterestEnum
Source§impl Ord for InterestEnum
impl Ord for InterestEnum
Source§fn cmp(&self, other: &InterestEnum) -> Ordering
fn cmp(&self, other: &InterestEnum) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for InterestEnum
impl PartialEq for InterestEnum
Source§impl PartialOrd for InterestEnum
impl PartialOrd for InterestEnum
Source§impl Serialize for InterestEnum
impl Serialize for InterestEnum
Source§impl ToString for InterestEnum
impl ToString for InterestEnum
Source§impl ValueEnum for InterestEnum
impl ValueEnum for InterestEnum
impl Copy for InterestEnum
impl Eq for InterestEnum
impl StructuralPartialEq for InterestEnum
Auto Trait Implementations§
impl Freeze for InterestEnum
impl RefUnwindSafe for InterestEnum
impl Send for InterestEnum
impl Sync for InterestEnum
impl Unpin for InterestEnum
impl UnwindSafe for InterestEnum
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§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.