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