pub struct SharedInfoPasses<'b, Pass, Shared> {
pub passes: MergedPass<'b, Pass>,
pub shared_info: Shared,
}
Fields§
§passes: MergedPass<'b, Pass>
Trait Implementations§
fn enter_js_expr(&mut self, e: &mut T::JsExpression)
fn exit_js_expr(&mut self, e: &mut T::JsExpression)
Source§fn enter_fn_param(&mut self, prm: &mut T::JsExpression)
fn enter_fn_param(&mut self, prm: &mut T::JsExpression)
only v-for or slot fn
Source§fn exit_fn_param(&mut self, prm: &mut T::JsExpression)
fn exit_fn_param(&mut self, prm: &mut T::JsExpression)
only v-for or slot fn
fn enter_vnode(&mut self, v: &mut VNodeIR<T>)
fn exit_vnode(&mut self, v: &mut VNodeIR<T>)
fn enter_root(&mut self, _: &mut IRRoot<T>)
fn exit_root(&mut self, _: &mut IRRoot<T>)
fn enter_text(&mut self, _: &mut TextIR<T>)
fn exit_text(&mut self, _: &mut TextIR<T>)
fn enter_if(&mut self, _: &mut IfNodeIR<T>)
fn exit_if(&mut self, _: &mut IfNodeIR<T>)
fn enter_for(&mut self, _: &mut ForNodeIR<T>)
fn exit_for(&mut self, _: &mut ForNodeIR<T>)
fn enter_slot_outlet(&mut self, _: &mut RenderSlotIR<T>)
fn exit_slot_outlet(&mut self, _: &mut RenderSlotIR<T>)
fn enter_v_slot(&mut self, _: &mut VSlotIR<T>)
fn exit_v_slot(&mut self, _: &mut VSlotIR<T>)
fn enter_slot_fn(&mut self, _: &mut Slot<T>)
fn exit_slot_fn(&mut self, _: &mut Slot<T>)
fn enter_comment(&mut self, _: &mut T::CommentType)
fn exit_comment(&mut self, _: &mut T::CommentType)
Auto Trait Implementations§
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