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