pub struct Range<R>(pub R);Expand description
Newtype which constructs an Info::Range through ErrorInfo
Tuple Fields§
§0: RTrait Implementations§
Auto Trait Implementations§
impl<R> Freeze for Range<R>where
    R: Freeze,
impl<R> RefUnwindSafe for Range<R>where
    R: RefUnwindSafe,
impl<R> Send for Range<R>where
    R: Send,
impl<R> Sync for Range<R>where
    R: Sync,
impl<R> Unpin for Range<R>where
    R: Unpin,
impl<R> UnwindSafe for Range<R>where
    R: 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