pub struct DrivingSchoolVehicleUsageIri;Trait Implementations§
source§impl PartialEq<&str> for DrivingSchoolVehicleUsageIri
impl PartialEq<&str> for DrivingSchoolVehicleUsageIri
source§impl PartialEq<DrivingSchoolVehicleUsageIri> for &str
impl PartialEq<DrivingSchoolVehicleUsageIri> for &str
source§fn eq(&self, other: &DrivingSchoolVehicleUsageIri) -> bool
fn eq(&self, other: &DrivingSchoolVehicleUsageIri) -> bool
This method tests for
self and other values to be equal, and is used
by ==.Auto Trait Implementations§
impl Freeze for DrivingSchoolVehicleUsageIri
impl RefUnwindSafe for DrivingSchoolVehicleUsageIri
impl Send for DrivingSchoolVehicleUsageIri
impl Sync for DrivingSchoolVehicleUsageIri
impl Unpin for DrivingSchoolVehicleUsageIri
impl UnwindSafe for DrivingSchoolVehicleUsageIri
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