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