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