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