pub enum StackEvent {
SetIndex(i32),
IndexChanged(i32, Entity),
}Variants§
Trait Implementations§
Source§impl Clone for StackEvent
impl Clone for StackEvent
Source§fn clone(&self) -> StackEvent
fn clone(&self) -> StackEvent
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 StackEvent
impl Debug for StackEvent
Source§impl PartialEq for StackEvent
impl PartialEq for StackEvent
impl StructuralPartialEq for StackEvent
Auto Trait Implementations§
impl Freeze for StackEvent
impl RefUnwindSafe for StackEvent
impl Send for StackEvent
impl Sync for StackEvent
impl Unpin for StackEvent
impl UnwindSafe for StackEvent
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