pub struct NoLimit;Trait Implementations§
impl LimitParam for NoLimit
Auto Trait Implementations§
impl Freeze for NoLimit
impl RefUnwindSafe for NoLimit
impl Send for NoLimit
impl Sync for NoLimit
impl Unpin for NoLimit
impl UnwindSafe for NoLimit
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