pub struct Ability { /* private fields */ }
Implementations§
Source§impl Ability
impl Ability
pub fn ability_level(&self) -> i64
pub fn display_name(&self) -> &str
pub fn id(&self) -> &str
pub fn raw_description(&self) -> &str
pub fn raw_display_name(&self) -> &str
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Ability
impl<'de> Deserialize<'de> for Ability
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for Ability
Auto Trait Implementations§
impl Freeze for Ability
impl RefUnwindSafe for Ability
impl Send for Ability
impl Sync for Ability
impl Unpin for Ability
impl UnwindSafe for Ability
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