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