pub struct ExprBatch { /* private fields */ }Expand description
Opaque type for expression batch
Auto Trait Implementations§
impl Freeze for ExprBatch
impl RefUnwindSafe for ExprBatch
impl Send for ExprBatch
impl Sync for ExprBatch
impl Unpin for ExprBatch
impl UnsafeUnpin for ExprBatch
impl UnwindSafe for ExprBatch
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