pub struct SpeedError {}
Expand description
Speed out of limits.
Auto Trait Implementations§
impl Freeze for SpeedError
impl RefUnwindSafe for SpeedError
impl Send for SpeedError
impl Sync for SpeedError
impl Unpin for SpeedError
impl UnwindSafe for SpeedError
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