pub enum CapsuleActionType {
Throw,
EquipmentRemote,
UseOnSelf,
ArtilleryRemote,
DestroyCliffs,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for CapsuleActionType
impl Clone for CapsuleActionType
Source§fn clone(&self) -> CapsuleActionType
fn clone(&self) -> CapsuleActionType
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 CapsuleActionType
Source§impl Debug for CapsuleActionType
impl Debug for CapsuleActionType
Source§impl Default for CapsuleActionType
impl Default for CapsuleActionType
impl Eq for CapsuleActionType
Source§impl From<CapsuleActionType> for LuaAny
impl From<CapsuleActionType> for LuaAny
Source§fn from(_: CapsuleActionType) -> Self
fn from(_: CapsuleActionType) -> Self
Converts to this type from the input type.
Source§impl From<CapsuleActionType> for &'static str
impl From<CapsuleActionType> for &'static str
Source§fn from(value: CapsuleActionType) -> Self
fn from(value: CapsuleActionType) -> Self
Converts to this type from the input type.
Source§impl Hash for CapsuleActionType
impl Hash for CapsuleActionType
Source§impl PartialEq for CapsuleActionType
impl PartialEq for CapsuleActionType
Source§impl PartialEq<&str> for CapsuleActionType
impl PartialEq<&str> for CapsuleActionType
Source§impl PartialEq<CapsuleActionType> for &str
impl PartialEq<CapsuleActionType> for &str
impl StructuralPartialEq for CapsuleActionType
Auto Trait Implementations§
impl Freeze for CapsuleActionType
impl RefUnwindSafe for CapsuleActionType
impl Send for CapsuleActionType
impl Sync for CapsuleActionType
impl Unpin for CapsuleActionType
impl UnsafeUnpin for CapsuleActionType
impl UnwindSafe for CapsuleActionType
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