pub enum RockerPortDuplex {
half,
full,
}Variants§
Trait Implementations§
Source§impl Clone for RockerPortDuplex
impl Clone for RockerPortDuplex
Source§fn clone(&self) -> RockerPortDuplex
fn clone(&self) -> RockerPortDuplex
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 RockerPortDuplex
impl Debug for RockerPortDuplex
Source§impl<'de> Deserialize<'de> for RockerPortDuplex
impl<'de> Deserialize<'de> for RockerPortDuplex
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 Enum for RockerPortDuplex
impl Enum for RockerPortDuplex
Source§impl FromStr for RockerPortDuplex
impl FromStr for RockerPortDuplex
Source§impl Hash for RockerPortDuplex
impl Hash for RockerPortDuplex
Source§impl Ord for RockerPortDuplex
impl Ord for RockerPortDuplex
Source§fn cmp(&self, other: &RockerPortDuplex) -> Ordering
fn cmp(&self, other: &RockerPortDuplex) -> 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 RockerPortDuplex
impl PartialEq for RockerPortDuplex
Source§impl PartialOrd for RockerPortDuplex
impl PartialOrd for RockerPortDuplex
Source§impl Serialize for RockerPortDuplex
impl Serialize for RockerPortDuplex
impl Copy for RockerPortDuplex
impl Eq for RockerPortDuplex
impl StructuralPartialEq for RockerPortDuplex
Auto Trait Implementations§
impl Freeze for RockerPortDuplex
impl RefUnwindSafe for RockerPortDuplex
impl Send for RockerPortDuplex
impl Sync for RockerPortDuplex
impl Unpin for RockerPortDuplex
impl UnwindSafe for RockerPortDuplex
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