pub enum EffectCommand {
Base(Base),
MapShake(MapShake),
ScrollScreen(ScrollScreen),
ChangeColor(ChangeColor),
}Variants§
Trait Implementations§
Source§impl Clone for EffectCommand
impl Clone for EffectCommand
Source§fn clone(&self) -> EffectCommand
fn clone(&self) -> EffectCommand
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 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