pub enum AttackParametersType {
Projectile,
Stream,
Beam,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for AttackParametersType
impl Clone for AttackParametersType
Source§fn clone(&self) -> AttackParametersType
fn clone(&self) -> AttackParametersType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AttackParametersType
Source§impl Debug for AttackParametersType
impl Debug for AttackParametersType
Source§impl Default for AttackParametersType
impl Default for AttackParametersType
impl Eq for AttackParametersType
Source§impl From<AttackParametersType> for LuaAny
impl From<AttackParametersType> for LuaAny
Source§fn from(_: AttackParametersType) -> Self
fn from(_: AttackParametersType) -> Self
Converts to this type from the input type.
Source§impl From<AttackParametersType> for &'static str
impl From<AttackParametersType> for &'static str
Source§fn from(value: AttackParametersType) -> Self
fn from(value: AttackParametersType) -> Self
Converts to this type from the input type.
Source§impl Hash for AttackParametersType
impl Hash for AttackParametersType
Source§impl PartialEq for AttackParametersType
impl PartialEq for AttackParametersType
Source§impl PartialEq<&str> for AttackParametersType
impl PartialEq<&str> for AttackParametersType
Source§impl PartialEq<AttackParametersType> for &str
impl PartialEq<AttackParametersType> for &str
impl StructuralPartialEq for AttackParametersType
Auto Trait Implementations§
impl Freeze for AttackParametersType
impl RefUnwindSafe for AttackParametersType
impl Send for AttackParametersType
impl Sync for AttackParametersType
impl Unpin for AttackParametersType
impl UnsafeUnpin for AttackParametersType
impl UnwindSafe for AttackParametersType
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