pub enum FeatureAction {
Disable = 0,
Enable = 1,
}
Variants§
Trait Implementations§
Source§impl Debug for FeatureAction
impl Debug for FeatureAction
Source§impl Pack for FeatureAction
impl Pack for FeatureAction
Auto Trait Implementations§
impl Freeze for FeatureAction
impl RefUnwindSafe for FeatureAction
impl Send for FeatureAction
impl Sync for FeatureAction
impl Unpin for FeatureAction
impl UnwindSafe for FeatureAction
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