pub enum ShotOutcome {
Goal,
Saved,
Off,
Blocked,
}Variants§
Trait Implementations§
Source§impl Clone for ShotOutcome
impl Clone for ShotOutcome
Source§fn clone(&self) -> ShotOutcome
fn clone(&self) -> ShotOutcome
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 ShotOutcome
Source§impl Debug for ShotOutcome
impl Debug for ShotOutcome
impl Eq for ShotOutcome
Source§impl PartialEq for ShotOutcome
impl PartialEq for ShotOutcome
impl StructuralPartialEq for ShotOutcome
Auto Trait Implementations§
impl Freeze for ShotOutcome
impl RefUnwindSafe for ShotOutcome
impl Send for ShotOutcome
impl Sync for ShotOutcome
impl Unpin for ShotOutcome
impl UnsafeUnpin for ShotOutcome
impl UnwindSafe for ShotOutcome
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