pub struct EscapedScopeEval { /* private fields */ }Expand description
Evaluator for scopes with escape sequences (e.g., quoted strings)
Implementations§
Trait Implementations§
Source§impl Default for EscapedScopeEval
impl Default for EscapedScopeEval
Source§fn default() -> EscapedScopeEval
fn default() -> EscapedScopeEval
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for EscapedScopeEval
impl RefUnwindSafe for EscapedScopeEval
impl Send for EscapedScopeEval
impl Sync for EscapedScopeEval
impl Unpin for EscapedScopeEval
impl UnsafeUnpin for EscapedScopeEval
impl UnwindSafe for EscapedScopeEval
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