pub struct UnsafeScanner<R> { /* private fields */ }
Expand description
Same API as Scanner but nearly twice as fast, using horribly unsafe dark arts REQUIRES Rust 1.34 or higher
Implementations§
Auto Trait Implementations§
impl<R> Freeze for UnsafeScanner<R>where
R: Freeze,
impl<R> RefUnwindSafe for UnsafeScanner<R>where
R: RefUnwindSafe,
impl<R> Send for UnsafeScanner<R>where
R: Send,
impl<R> Sync for UnsafeScanner<R>where
R: Sync,
impl<R> Unpin for UnsafeScanner<R>where
R: Unpin,
impl<R> UnwindSafe for UnsafeScanner<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