pub enum FireworkExplosionShape {
SmallBall,
LargeBall,
Star,
Creeper,
Burst,
}Variants§
Trait Implementations§
Source§impl Clone for FireworkExplosionShape
impl Clone for FireworkExplosionShape
Source§fn clone(&self) -> FireworkExplosionShape
fn clone(&self) -> FireworkExplosionShape
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 FireworkExplosionShape
impl Debug for FireworkExplosionShape
Source§impl Field for FireworkExplosionShape
impl Field for FireworkExplosionShape
Auto Trait Implementations§
impl Freeze for FireworkExplosionShape
impl RefUnwindSafe for FireworkExplosionShape
impl Send for FireworkExplosionShape
impl Sync for FireworkExplosionShape
impl Unpin for FireworkExplosionShape
impl UnwindSafe for FireworkExplosionShape
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