pub struct ExpressionRewriter;Expand description
Folds what can be folded and simplifies what folding exposes.
Trait Implementations§
Source§impl Clone for ExpressionRewriter
impl Clone for ExpressionRewriter
Source§fn clone(&self) -> ExpressionRewriter
fn clone(&self) -> ExpressionRewriter
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 moreimpl Copy for ExpressionRewriter
Source§impl Debug for ExpressionRewriter
impl Debug for ExpressionRewriter
Auto Trait Implementations§
impl Freeze for ExpressionRewriter
impl RefUnwindSafe for ExpressionRewriter
impl Send for ExpressionRewriter
impl Sync for ExpressionRewriter
impl Unpin for ExpressionRewriter
impl UnsafeUnpin for ExpressionRewriter
impl UnwindSafe for ExpressionRewriter
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