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