pub struct ExprTreeLib { /* private fields */ }Expand description
Host-registered expression-tree runtime library.
Implementations§
Source§impl ExprTreeLib
impl ExprTreeLib
Sourcepub fn new(first_handle_seed: HandleSeed) -> Self
pub fn new(first_handle_seed: HandleSeed) -> Self
Creates the runtime library with the first namespace reserved for its expression-tree contexts.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExprTreeLib
impl RefUnwindSafe for ExprTreeLib
impl Send for ExprTreeLib
impl Sync for ExprTreeLib
impl Unpin for ExprTreeLib
impl UnsafeUnpin for ExprTreeLib
impl UnwindSafe for ExprTreeLib
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