pub struct StopId(pub u32);Expand description
Stable, caller-facing identifier of a stop.
Tuple Fields§
§0: u32Trait Implementations§
impl Copy for StopId
impl Eq for StopId
Source§impl Ord for StopId
impl Ord for StopId
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 StopId
impl PartialOrd for StopId
impl StructuralPartialEq for StopId
Auto Trait Implementations§
impl Freeze for StopId
impl RefUnwindSafe for StopId
impl Send for StopId
impl Sync for StopId
impl Unpin for StopId
impl UnsafeUnpin for StopId
impl UnwindSafe for StopId
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