pub struct Limit<A, M> { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<A, M> Freeze for Limit<A, M>
impl<A, M> RefUnwindSafe for Limit<A, M>where
A: RefUnwindSafe,
M: RefUnwindSafe,
impl<A, M> Send for Limit<A, M>
impl<A, M> Sync for Limit<A, M>
impl<A, M> Unpin for Limit<A, M>
impl<A, M> UnwindSafe for Limit<A, M>where
A: UnwindSafe,
M: UnwindSafe,
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