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