pub enum ScriptAbilityRecord {
Activated,
Spell,
SubAbility,
StaticAbility,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ScriptAbilityRecord
impl Clone for ScriptAbilityRecord
Source§fn clone(&self) -> ScriptAbilityRecord
fn clone(&self) -> ScriptAbilityRecord
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 ScriptAbilityRecord
Source§impl Debug for ScriptAbilityRecord
impl Debug for ScriptAbilityRecord
impl Eq for ScriptAbilityRecord
Source§impl PartialEq for ScriptAbilityRecord
impl PartialEq for ScriptAbilityRecord
Source§fn eq(&self, other: &ScriptAbilityRecord) -> bool
fn eq(&self, other: &ScriptAbilityRecord) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ScriptAbilityRecord
Auto Trait Implementations§
impl Freeze for ScriptAbilityRecord
impl RefUnwindSafe for ScriptAbilityRecord
impl Send for ScriptAbilityRecord
impl Sync for ScriptAbilityRecord
impl Unpin for ScriptAbilityRecord
impl UnsafeUnpin for ScriptAbilityRecord
impl UnwindSafe for ScriptAbilityRecord
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