pub enum SbcEnum {
Rpi4,
}
Expand description
SbcEnum : * rpi_4
- Raspberry Pi 4
rpi_4
- Raspberry Pi 4
Variants§
Rpi4
Trait Implementations§
Source§impl<'de> Deserialize<'de> for SbcEnum
impl<'de> Deserialize<'de> for SbcEnum
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 Ord for SbcEnum
impl Ord for SbcEnum
Source§impl PartialOrd for SbcEnum
impl PartialOrd for SbcEnum
impl Copy for SbcEnum
impl Eq for SbcEnum
impl StructuralPartialEq for SbcEnum
Auto Trait Implementations§
impl Freeze for SbcEnum
impl RefUnwindSafe for SbcEnum
impl Send for SbcEnum
impl Sync for SbcEnum
impl Unpin for SbcEnum
impl UnwindSafe for SbcEnum
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.