pub struct Limiter(/* private fields */);Implementations§
Auto Trait Implementations§
impl Freeze for MutexLimiter
impl RefUnwindSafe for MutexLimiter
impl Send for MutexLimiter
impl Sync for MutexLimiter
impl Unpin for MutexLimiter
impl UnwindSafe for MutexLimiter
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