Struct zen_engine::handler::function::FunctionHandler
source · pub struct FunctionHandler { /* private fields */ }Implementations§
source§impl FunctionHandler
impl FunctionHandler
pub fn new(trace: bool, runtime: Runtime) -> Self
pub async fn handle(&self, request: &NodeRequest<'_>) -> NodeResult
Auto Trait Implementations§
impl Freeze for FunctionHandler
impl !RefUnwindSafe for FunctionHandler
impl !Send for FunctionHandler
impl !Sync for FunctionHandler
impl Unpin for FunctionHandler
impl !UnwindSafe for FunctionHandler
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