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