pub struct WaveFailure {
pub index: u32,
pub error: String,
pub duration: Duration,
}Expand description
A failure from a wave instance.
Fields§
§index: u32§error: String§duration: DurationTrait Implementations§
Auto Trait Implementations§
impl Freeze for WaveFailure
impl RefUnwindSafe for WaveFailure
impl Send for WaveFailure
impl Sync for WaveFailure
impl Unpin for WaveFailure
impl UnsafeUnpin for WaveFailure
impl UnwindSafe for WaveFailure
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