pub enum BussActionError {
Unhandled(u8),
}Expand description
Parsing error for buss action
Variants§
Trait Implementations§
Source§impl Debug for BussActionError
impl Debug for BussActionError
Auto Trait Implementations§
impl Freeze for BussActionError
impl RefUnwindSafe for BussActionError
impl Send for BussActionError
impl Sync for BussActionError
impl Unpin for BussActionError
impl UnwindSafe for BussActionError
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