pub enum ButteryEvent {
Init,
Update,
KeyPress(String),
}Variants§
Auto Trait Implementations§
impl Freeze for ButteryEvent
impl RefUnwindSafe for ButteryEvent
impl Send for ButteryEvent
impl Sync for ButteryEvent
impl Unpin for ButteryEvent
impl UnsafeUnpin for ButteryEvent
impl UnwindSafe for ButteryEvent
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