pub struct StationId(/* private fields */);Expand description
Station identifier selected by the embedding application.
Implementations§
Trait Implementations§
impl Copy for StationId
impl Eq for StationId
Source§impl Ord for StationId
impl Ord for StationId
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for StationId
impl PartialOrd for StationId
impl StructuralPartialEq for StationId
Auto Trait Implementations§
impl Freeze for StationId
impl RefUnwindSafe for StationId
impl Send for StationId
impl Sync for StationId
impl Unpin for StationId
impl UnsafeUnpin for StationId
impl UnwindSafe for StationId
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