pub enum EtherTalkPhase2Type {
Aarp,
Ddp,
}Variants§
Trait Implementations§
Source§impl Debug for EtherTalkPhase2Type
impl Debug for EtherTalkPhase2Type
Source§impl PartialEq for EtherTalkPhase2Type
impl PartialEq for EtherTalkPhase2Type
Source§fn eq(&self, other: &EtherTalkPhase2Type) -> bool
fn eq(&self, other: &EtherTalkPhase2Type) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for EtherTalkPhase2Type
impl StructuralPartialEq for EtherTalkPhase2Type
Auto Trait Implementations§
impl Freeze for EtherTalkPhase2Type
impl RefUnwindSafe for EtherTalkPhase2Type
impl Send for EtherTalkPhase2Type
impl Sync for EtherTalkPhase2Type
impl Unpin for EtherTalkPhase2Type
impl UnsafeUnpin for EtherTalkPhase2Type
impl UnwindSafe for EtherTalkPhase2Type
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