Enum rust_rpg_toolkit::nodes::projectiles::ProjectileKind [−][src]
pub enum ProjectileKind {
Bullet,
Beam,
}
Variants
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for ProjectileKind
impl Send for ProjectileKind
impl Sync for ProjectileKind
impl Unpin for ProjectileKind
impl UnwindSafe for ProjectileKind
Blanket Implementations
Mutably borrows from an owned value. Read more