pub enum CustomLevelFeatureType {
Choosable(ChoosableCustomLevelFeature),
Sheet(SheetLevelFeatureType),
Passive,
Ignored,
}Variants§
Implementations§
source§impl CustomLevelFeatureType
impl CustomLevelFeatureType
pub fn identify(index: String) -> Option<CustomLevelFeatureType>
Auto Trait Implementations§
impl Freeze for CustomLevelFeatureType
impl RefUnwindSafe for CustomLevelFeatureType
impl Send for CustomLevelFeatureType
impl Sync for CustomLevelFeatureType
impl Unpin for CustomLevelFeatureType
impl UnwindSafe for CustomLevelFeatureType
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