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 UnsafeUnpin 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