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