Enum dnd_character::api::classes::SheetLevelFeatureType
source · pub enum SheetLevelFeatureType {
PrimalChampion,
}Variants§
PrimalChampion
https://www.dnd5eapi.co/api/features/primal-champion
Auto Trait Implementations§
impl Freeze for SheetLevelFeatureType
impl RefUnwindSafe for SheetLevelFeatureType
impl Send for SheetLevelFeatureType
impl Sync for SheetLevelFeatureType
impl Unpin for SheetLevelFeatureType
impl UnwindSafe for SheetLevelFeatureType
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