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