Struct sqlite3_parser::lexer::InputStream
source · [−]pub struct InputStream<R> { /* private fields */ }Expand description
Streaming input
Implementations
sourceimpl<R: Read> InputStream<R>
impl<R: Read> InputStream<R>
Trait Implementations
sourceimpl<R> Debug for InputStream<R>
impl<R> Debug for InputStream<R>
sourceimpl<R: Read> Input for InputStream<R>
impl<R: Read> Input for InputStream<R>
Auto Trait Implementations
impl<R> RefUnwindSafe for InputStream<R> where
R: RefUnwindSafe,
impl<R> Send for InputStream<R> where
R: Send,
impl<R> Sync for InputStream<R> where
R: Sync,
impl<R> Unpin for InputStream<R> where
R: Unpin,
impl<R> UnwindSafe for InputStream<R> where
R: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more