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