pub enum CfAction {
Recover,
Stay,
TurnOff,
}Variants§
Auto Trait Implementations§
impl Freeze for CfAction
impl RefUnwindSafe for CfAction
impl Send for CfAction
impl Sync for CfAction
impl Unpin for CfAction
impl UnsafeUnpin for CfAction
impl UnwindSafe for CfAction
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