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