pub struct InconsistentCapacity { /* private fields */ }Expand description
An error that is returned when initializing a rate limiter that is too small to let a single cell through.
Trait Implementations§
Source§impl Debug for InconsistentCapacity
impl Debug for InconsistentCapacity
Auto Trait Implementations§
impl Freeze for InconsistentCapacity
impl RefUnwindSafe for InconsistentCapacity
impl Send for InconsistentCapacity
impl Sync for InconsistentCapacity
impl Unpin for InconsistentCapacity
impl UnwindSafe for InconsistentCapacity
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