pub struct Overdrawn { /* private fields */ }
Expand description
Indicates that it is not currently allowed to “withdraw” another retry
from the Budget
.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Overdrawn
impl RefUnwindSafe for Overdrawn
impl Send for Overdrawn
impl Sync for Overdrawn
impl Unpin for Overdrawn
impl UnwindSafe for Overdrawn
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