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