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