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