pub struct NoLimit {}
Expand description
Sets an unlimited byte limit.
Trait Implementations§
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