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