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