pub struct AbilityUseResult {
pub ability: Ability,
pub instant: bool,
}Fields§
§ability: Ability§instant: boolTrait Implementations§
Source§impl Clone for AbilityUseResult
impl Clone for AbilityUseResult
Source§fn clone(&self) -> AbilityUseResult
fn clone(&self) -> AbilityUseResult
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 moreAuto Trait Implementations§
impl Freeze for AbilityUseResult
impl RefUnwindSafe for AbilityUseResult
impl Send for AbilityUseResult
impl Sync for AbilityUseResult
impl Unpin for AbilityUseResult
impl UnsafeUnpin for AbilityUseResult
impl UnwindSafe for AbilityUseResult
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