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