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