pub struct CodeNode;Expand description
Sandboxed script execution node (Dify-compatible, Rhai engine).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CodeNode
impl RefUnwindSafe for CodeNode
impl Send for CodeNode
impl Sync for CodeNode
impl Unpin for CodeNode
impl UnsafeUnpin for CodeNode
impl UnwindSafe for CodeNode
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