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