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