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