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