Enum gsd_parser::StationType
source · 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 copy 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
source§fn eq(&self, other: &StationType) -> bool
fn eq(&self, other: &StationType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for StationType
impl Eq for StationType
impl StructuralEq for StationType
impl StructuralPartialEq for StationType
Auto Trait Implementations§
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