pub struct StreamingScanState {
pub line_number: usize,
pub blank_lines: Vec<BlankLineInfo>,
}Fields§
§line_number: usize§blank_lines: Vec<BlankLineInfo>Trait Implementations§
Source§impl Clone for StreamingScanState
impl Clone for StreamingScanState
Source§fn clone(&self) -> StreamingScanState
fn clone(&self) -> StreamingScanState
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for StreamingScanState
impl RefUnwindSafe for StreamingScanState
impl Send for StreamingScanState
impl Sync for StreamingScanState
impl Unpin for StreamingScanState
impl UnsafeUnpin for StreamingScanState
impl UnwindSafe for StreamingScanState
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