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