pub struct AvailableAbility {
pub id: AbilityId,
pub requires_point: bool,
}
Fields§
§id: AbilityId
§requires_point: bool
Trait Implementations§
Source§impl Clone for AvailableAbility
impl Clone for AvailableAbility
Source§fn clone(&self) -> AvailableAbility
fn clone(&self) -> AvailableAbility
Returns a copy 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 AvailableAbility
impl RefUnwindSafe for AvailableAbility
impl Send for AvailableAbility
impl Sync for AvailableAbility
impl Unpin for AvailableAbility
impl UnwindSafe for AvailableAbility
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