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