Struct schema_org_constants::TaxiIri
source · pub struct TaxiIri;Trait Implementations§
source§impl PartialEq<&str> for TaxiIri
impl PartialEq<&str> for TaxiIri
Auto Trait Implementations§
impl Freeze for TaxiIri
impl RefUnwindSafe for TaxiIri
impl Send for TaxiIri
impl Sync for TaxiIri
impl Unpin for TaxiIri
impl UnwindSafe for TaxiIri
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