pub struct MaxLimit<const L: usize>;Trait Implementations§
Source§impl<const L: usize> RangeBound for MaxLimit<L>
impl<const L: usize> RangeBound for MaxLimit<L>
fn match_range(input: usize) -> SizeStatus
Auto Trait Implementations§
impl<const L: usize> Freeze for MaxLimit<L>
impl<const L: usize> RefUnwindSafe for MaxLimit<L>
impl<const L: usize> Send for MaxLimit<L>
impl<const L: usize> Sync for MaxLimit<L>
impl<const L: usize> Unpin for MaxLimit<L>
impl<const L: usize> UnsafeUnpin for MaxLimit<L>
impl<const L: usize> UnwindSafe for MaxLimit<L>
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