pub enum EffectCommand {
Base(Base),
MapShake(MapShake),
ScrollScreen(ScrollScreen),
ChangeColor(ChangeColor),
}Variants§
Trait Implementations§
Source§impl PartialEq for EffectCommand
impl PartialEq for EffectCommand
impl StructuralPartialEq for EffectCommand
Auto Trait Implementations§
impl Freeze for EffectCommand
impl RefUnwindSafe for EffectCommand
impl Send for EffectCommand
impl Sync for EffectCommand
impl Unpin for EffectCommand
impl UnwindSafe for EffectCommand
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