Struct pax_runtime::engine::Handler
source · pub struct Handler {
pub function: fn(_: Rc<RefCell<PaxAny>>, _: &NodeContext, _: Option<PaxAny>),
pub location: HandlerLocation,
}Fields§
§function: fn(_: Rc<RefCell<PaxAny>>, _: &NodeContext, _: Option<PaxAny>)§location: HandlerLocationImplementations§
Auto Trait Implementations§
impl Freeze for Handler
impl RefUnwindSafe for Handler
impl Send for Handler
impl Sync for Handler
impl Unpin for Handler
impl UnwindSafe for Handler
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
source§impl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
impl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
source§fn round_into(self) -> U
fn round_into(self) -> U
Performs the conversion.