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