#[non_exhaustive]pub struct Errored {}Expand description
Typestate type for a VS1003 that failed state change
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Errored
impl RefUnwindSafe for Errored
impl Send for Errored
impl Sync for Errored
impl Unpin for Errored
impl UnwindSafe for Errored
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