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