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