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