pub enum AccurateHand {
Left,
Right,
}Expand description
Точная рука игрока (левая / правая)
Variants§
Trait Implementations§
Source§impl Buffer for AccurateHand
impl Buffer for AccurateHand
Source§impl Clone for AccurateHand
impl Clone for AccurateHand
Source§fn clone(&self) -> AccurateHand
fn clone(&self) -> AccurateHand
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AccurateHand
impl Debug for AccurateHand
Source§impl PartialEq for AccurateHand
impl PartialEq for AccurateHand
Source§fn eq(&self, other: &AccurateHand) -> bool
fn eq(&self, other: &AccurateHand) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for AccurateHand
impl PartialOrd for AccurateHand
impl Copy for AccurateHand
impl StructuralPartialEq for AccurateHand
Auto Trait Implementations§
impl Freeze for AccurateHand
impl RefUnwindSafe for AccurateHand
impl Send for AccurateHand
impl Sync for AccurateHand
impl Unpin for AccurateHand
impl UnsafeUnpin for AccurateHand
impl UnwindSafe for AccurateHand
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