pub struct DataContext { /* private fields */ }Expand description
Data context for expression execution.
Implementations§
Source§impl DataContext
impl DataContext
Trait Implementations§
Source§impl Clone for DataContext
impl Clone for DataContext
Source§fn clone(&self) -> DataContext
fn clone(&self) -> DataContext
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DataContext
impl Debug for DataContext
Source§impl Default for DataContext
impl Default for DataContext
Source§fn default() -> DataContext
fn default() -> DataContext
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DataContext
impl RefUnwindSafe for DataContext
impl Send for DataContext
impl Sync for DataContext
impl Unpin for DataContext
impl UnsafeUnpin for DataContext
impl UnwindSafe for DataContext
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