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