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