pub struct VarStore<V> { /* private fields */ }Expand description
Variable storage for XPath evaluation.
Stores variable values indexed by VarSlotId. Size is determined by NameBinder::len() after binding.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<V> Freeze for VarStore<V>
impl<V> RefUnwindSafe for VarStore<V>where
V: RefUnwindSafe,
impl<V> Send for VarStore<V>where
V: Send,
impl<V> Sync for VarStore<V>where
V: Sync,
impl<V> Unpin for VarStore<V>where
V: Unpin,
impl<V> UnsafeUnpin for VarStore<V>
impl<V> UnwindSafe for VarStore<V>where
V: UnwindSafe,
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