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