pub struct Update<T, M>where
T: Uniplate,{ /* private fields */ }Expand description
Represents the effects of a successful rule application.
Contains the new subtree and any side-effects. This type is not intended to be constructed directly, but rather created by the engine to pass to the user-defined selector functions.
Implementations§
Auto Trait Implementations§
impl<T, M> Freeze for Update<T, M>where
T: Freeze,
impl<T, M> !RefUnwindSafe for Update<T, M>
impl<T, M> !Send for Update<T, M>
impl<T, M> !Sync for Update<T, M>
impl<T, M> Unpin for Update<T, M>where
T: Unpin,
impl<T, M> !UnwindSafe for Update<T, M>
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
Layout§
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.