pub enum StateChangeError {
InvalidTransition,
ParseError,
}
Expand description
Error types for the state machine
Variants§
Trait Implementations§
Source§impl Debug for StateChangeError
impl Debug for StateChangeError
Source§impl PartialEq for StateChangeError
impl PartialEq for StateChangeError
impl Eq for StateChangeError
impl StructuralPartialEq for StateChangeError
Auto Trait Implementations§
impl Freeze for StateChangeError
impl RefUnwindSafe for StateChangeError
impl Send for StateChangeError
impl Sync for StateChangeError
impl Unpin for StateChangeError
impl UnwindSafe for StateChangeError
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