Struct lta_models::traffic::erp_rates::VehicleError
source · pub struct VehicleError;
Trait Implementations§
source§impl Clone for VehicleError
impl Clone for VehicleError
source§fn clone(&self) -> VehicleError
fn clone(&self) -> VehicleError
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 VehicleError
impl Debug for VehicleError
source§impl Display for VehicleError
impl Display for VehicleError
source§impl PartialEq for VehicleError
impl PartialEq for VehicleError
source§fn eq(&self, other: &VehicleError) -> bool
fn eq(&self, other: &VehicleError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for VehicleError
Auto Trait Implementations§
impl RefUnwindSafe for VehicleError
impl Send for VehicleError
impl Sync for VehicleError
impl Unpin for VehicleError
impl UnwindSafe for VehicleError
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