pub struct EvalString { /* private fields */ }
Expand description
A tokenized string that contains variable references. Can be evaluated relative to an Env.
Implementations§
Trait Implementations§
Source§impl Clone for EvalString
impl Clone for EvalString
Source§fn clone(&self) -> EvalString
fn clone(&self) -> EvalString
Returns a copy 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 EvalString
impl RefUnwindSafe for EvalString
impl Send for EvalString
impl Sync for EvalString
impl Unpin for EvalString
impl UnwindSafe for EvalString
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