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