pub enum BoostPadEventKind {
PickedUp {
sequence: u8,
},
Available,
}Variants§
Trait Implementations§
Source§impl Clone for BoostPadEventKind
impl Clone for BoostPadEventKind
Source§fn clone(&self) -> BoostPadEventKind
fn clone(&self) -> BoostPadEventKind
Returns a duplicate of the value. Read more
1.0.0 · 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 BoostPadEventKind
impl Debug for BoostPadEventKind
Source§impl PartialEq for BoostPadEventKind
impl PartialEq for BoostPadEventKind
Source§impl Serialize for BoostPadEventKind
impl Serialize for BoostPadEventKind
impl Copy for BoostPadEventKind
impl Eq for BoostPadEventKind
impl StructuralPartialEq for BoostPadEventKind
Auto Trait Implementations§
impl Freeze for BoostPadEventKind
impl RefUnwindSafe for BoostPadEventKind
impl Send for BoostPadEventKind
impl Sync for BoostPadEventKind
impl Unpin for BoostPadEventKind
impl UnsafeUnpin for BoostPadEventKind
impl UnwindSafe for BoostPadEventKind
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