pub struct IndexParserState<PA> { /* private fields */ }Expand description
The state of the IndexParser parser
Trait Implementations§
Source§impl<PA: Clone> Clone for IndexParserState<PA>
impl<PA: Clone> Clone for IndexParserState<PA>
Source§fn clone(&self) -> IndexParserState<PA>
fn clone(&self) -> IndexParserState<PA>
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<PA> Freeze for IndexParserState<PA>
impl<PA> !RefUnwindSafe for IndexParserState<PA>
impl<PA> Send for IndexParserState<PA>where
PA: Send,
impl<PA> Sync for IndexParserState<PA>where
PA: Sync,
impl<PA> Unpin for IndexParserState<PA>where
PA: Unpin,
impl<PA> !UnwindSafe for IndexParserState<PA>
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