pub struct FragmentParseResumeSettings<'ast> {
pub local_map: DenseHashMap<AstName<'ast>, Option<&'ast Local<'ast>>, AstNameDenseHasher>,
pub local_stack: Vec<&'ast Local<'ast>>,
pub resume_position: Position,
}Fields§
§local_map: DenseHashMap<AstName<'ast>, Option<&'ast Local<'ast>>, AstNameDenseHasher>§local_stack: Vec<&'ast Local<'ast>>§resume_position: PositionTrait Implementations§
Source§impl<'ast> Clone for FragmentParseResumeSettings<'ast>
impl<'ast> Clone for FragmentParseResumeSettings<'ast>
Source§fn clone(&self) -> FragmentParseResumeSettings<'ast>
fn clone(&self) -> FragmentParseResumeSettings<'ast>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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<'ast> !Send for FragmentParseResumeSettings<'ast>
impl<'ast> !Sync for FragmentParseResumeSettings<'ast>
impl<'ast> Freeze for FragmentParseResumeSettings<'ast>
impl<'ast> RefUnwindSafe for FragmentParseResumeSettings<'ast>
impl<'ast> Unpin for FragmentParseResumeSettings<'ast>
impl<'ast> UnsafeUnpin for FragmentParseResumeSettings<'ast>
impl<'ast> UnwindSafe for FragmentParseResumeSettings<'ast>
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