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