pub enum SpecsMsg {
Determine,
NextSpecInput,
PrevSpecInput,
PrevHistory,
NextHistory,
Reset,
}Variants§
Auto Trait Implementations§
impl Freeze for SpecsMsg
impl RefUnwindSafe for SpecsMsg
impl Send for SpecsMsg
impl Sync for SpecsMsg
impl Unpin for SpecsMsg
impl UnsafeUnpin for SpecsMsg
impl UnwindSafe for SpecsMsg
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