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