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