Enum dnd_character::api::classes::CustomLevelFeature
source · pub enum CustomLevelFeature {
AbilityScoreImprovement,
WarlockPact,
SubclassChoice,
AdditionalFighterFightingStyle,
BonusBardProficiency,
BeastSpells,
Ignored,
}Variants§
AbilityScoreImprovement
WarlockPact
SubclassChoice
AdditionalFighterFightingStyle
BonusBardProficiency
BeastSpells
Ignored
Implementations§
source§impl CustomLevelFeature
impl CustomLevelFeature
pub fn identify(index: String) -> Option<CustomLevelFeature>
Auto Trait Implementations§
impl RefUnwindSafe for CustomLevelFeature
impl Send for CustomLevelFeature
impl Sync for CustomLevelFeature
impl Unpin for CustomLevelFeature
impl UnwindSafe for CustomLevelFeature
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