pub enum AddressSource {
EtherTalkPhase2,
EtherTalkPhase1,
LocalTalk,
}Variants§
Trait Implementations§
Source§impl Clone for AddressSource
impl Clone for AddressSource
Source§fn clone(&self) -> AddressSource
fn clone(&self) -> AddressSource
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AddressSource
impl Debug for AddressSource
Source§impl PartialEq for AddressSource
impl PartialEq for AddressSource
Source§fn eq(&self, other: &AddressSource) -> bool
fn eq(&self, other: &AddressSource) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for AddressSource
impl Eq for AddressSource
impl StructuralPartialEq for AddressSource
Auto Trait Implementations§
impl Freeze for AddressSource
impl RefUnwindSafe for AddressSource
impl Send for AddressSource
impl Sync for AddressSource
impl Unpin for AddressSource
impl UnsafeUnpin for AddressSource
impl UnwindSafe for AddressSource
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