pub struct HomeGoodsStoreIri;Trait Implementations§
Source§impl PartialEq<&str> for HomeGoodsStoreIri
impl PartialEq<&str> for HomeGoodsStoreIri
Source§impl PartialEq<HomeGoodsStoreIri> for &str
impl PartialEq<HomeGoodsStoreIri> for &str
Auto Trait Implementations§
impl Freeze for HomeGoodsStoreIri
impl RefUnwindSafe for HomeGoodsStoreIri
impl Send for HomeGoodsStoreIri
impl Sync for HomeGoodsStoreIri
impl Unpin for HomeGoodsStoreIri
impl UnwindSafe for HomeGoodsStoreIri
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