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