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