pub struct LexerExtras {
pub last_was_value: bool,
pub line_start: bool,
}Fields§
§last_was_value: bool§line_start: boolTrait Implementations§
Source§impl Clone for LexerExtras
impl Clone for LexerExtras
Source§fn clone(&self) -> LexerExtras
fn clone(&self) -> LexerExtras
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 moreSource§impl Default for LexerExtras
impl Default for LexerExtras
Source§fn default() -> LexerExtras
fn default() -> LexerExtras
Returns the “default value” for a type. Read more
impl Copy for LexerExtras
Auto Trait Implementations§
impl Freeze for LexerExtras
impl RefUnwindSafe for LexerExtras
impl Send for LexerExtras
impl Sync for LexerExtras
impl Unpin for LexerExtras
impl UnwindSafe for LexerExtras
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