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