enum McuContinuation {
Ok,
AnotherSos,
Terminate,
}
Variants§
Auto Trait Implementations§
impl Freeze for McuContinuation
impl RefUnwindSafe for McuContinuation
impl Send for McuContinuation
impl Sync for McuContinuation
impl Unpin for McuContinuation
impl UnwindSafe for McuContinuation
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