pub struct RibEvalConfig { /* private fields */ }Implementations§
Source§impl RibEvalConfig
impl RibEvalConfig
pub fn new( compiler_config: RibCompilerConfig, rib_input: RibInput, function_invoke: Arc<dyn RibComponentFunctionInvoke + Sync + Send>, generate_worker_name: Option<Arc<dyn GenerateWorkerName + Sync + Send>>, ) -> Self
Auto Trait Implementations§
impl Freeze for RibEvalConfig
impl !RefUnwindSafe for RibEvalConfig
impl Send for RibEvalConfig
impl Sync for RibEvalConfig
impl Unpin for RibEvalConfig
impl UnsafeUnpin for RibEvalConfig
impl !UnwindSafe for RibEvalConfig
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