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