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