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