pub enum MistySignal {
Schedule,
}Variants§
Schedule
Auto Trait Implementations§
impl Freeze for MistySignal
impl RefUnwindSafe for MistySignal
impl Send for MistySignal
impl Sync for MistySignal
impl Unpin for MistySignal
impl UnwindSafe for MistySignal
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