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