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