pub struct Limit<const N: usize> {}
Expand description
Sets the byte limit to N.
Trait Implementations§
Auto Trait Implementations§
impl<const N: usize> Freeze for Limit<N>
impl<const N: usize> RefUnwindSafe for Limit<N>
impl<const N: usize> Send for Limit<N>
impl<const N: usize> Sync for Limit<N>
impl<const N: usize> Unpin for Limit<N>
impl<const N: usize> UnwindSafe for Limit<N>
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