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