pub enum StationType {
DpSlave,
DpMaster,
}
Variants§
Trait Implementations§
Source§impl Clone for StationType
impl Clone for StationType
Source§fn clone(&self) -> StationType
fn clone(&self) -> StationType
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 StationType
impl Debug for StationType
Source§impl Default for StationType
impl Default for StationType
Source§fn default() -> StationType
fn default() -> StationType
Returns the “default value” for a type. Read more
Source§impl PartialEq for StationType
impl PartialEq for StationType
impl Copy for StationType
impl Eq for StationType
impl StructuralPartialEq for StationType
Auto Trait Implementations§
impl Freeze for StationType
impl RefUnwindSafe for StationType
impl Send for StationType
impl Sync for StationType
impl Unpin for StationType
impl UnwindSafe for StationType
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