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