pub enum StationIdWireFormat {
Exact,
KissPadded,
}Variants§
Trait Implementations§
Source§impl Clone for StationIdWireFormat
impl Clone for StationIdWireFormat
Source§fn clone(&self) -> StationIdWireFormat
fn clone(&self) -> StationIdWireFormat
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 moreimpl Copy for StationIdWireFormat
Source§impl Debug for StationIdWireFormat
impl Debug for StationIdWireFormat
impl Eq for StationIdWireFormat
Source§impl PartialEq for StationIdWireFormat
impl PartialEq for StationIdWireFormat
impl StructuralPartialEq for StationIdWireFormat
Auto Trait Implementations§
impl Freeze for StationIdWireFormat
impl RefUnwindSafe for StationIdWireFormat
impl Send for StationIdWireFormat
impl Sync for StationIdWireFormat
impl Unpin for StationIdWireFormat
impl UnsafeUnpin for StationIdWireFormat
impl UnwindSafe for StationIdWireFormat
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