pub enum BallGoalTargetHitKind {
GoalLine,
BackWall,
GoalFrame,
}Variants§
Trait Implementations§
Source§impl Clone for BallGoalTargetHitKind
impl Clone for BallGoalTargetHitKind
Source§fn clone(&self) -> BallGoalTargetHitKind
fn clone(&self) -> BallGoalTargetHitKind
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 moreimpl Copy for BallGoalTargetHitKind
Source§impl Debug for BallGoalTargetHitKind
impl Debug for BallGoalTargetHitKind
impl Eq for BallGoalTargetHitKind
Source§impl From<BallGoalTargetHitKind> for ShotGoalTargetHitKind
impl From<BallGoalTargetHitKind> for ShotGoalTargetHitKind
Source§fn from(value: BallGoalTargetHitKind) -> Self
fn from(value: BallGoalTargetHitKind) -> Self
Converts to this type from the input type.
Source§impl PartialEq for BallGoalTargetHitKind
impl PartialEq for BallGoalTargetHitKind
Source§fn eq(&self, other: &BallGoalTargetHitKind) -> bool
fn eq(&self, other: &BallGoalTargetHitKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for BallGoalTargetHitKind
Auto Trait Implementations§
impl Freeze for BallGoalTargetHitKind
impl RefUnwindSafe for BallGoalTargetHitKind
impl Send for BallGoalTargetHitKind
impl Sync for BallGoalTargetHitKind
impl Unpin for BallGoalTargetHitKind
impl UnsafeUnpin for BallGoalTargetHitKind
impl UnwindSafe for BallGoalTargetHitKind
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