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