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