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