pub struct DataContext { /* private fields */ }Expand description
Context of the data that is being processed. It is used to losely identify the source of the issue.
Implementations§
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
Auto Trait Implementations§
impl Freeze for DataContext
impl RefUnwindSafe for DataContext
impl Send for DataContext
impl Sync for DataContext
impl Unpin 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