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