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