pub struct DataSetErrorWithBacktrace {
pub error: DataSetError,
}
Fields§
§error: DataSetError
Trait Implementations§
Source§impl Clone for DataSetErrorWithBacktrace
impl Clone for DataSetErrorWithBacktrace
Source§fn clone(&self) -> DataSetErrorWithBacktrace
fn clone(&self) -> DataSetErrorWithBacktrace
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 DataSetErrorWithBacktrace
impl Debug for DataSetErrorWithBacktrace
Source§impl From<DataSetError> for DataSetErrorWithBacktrace
impl From<DataSetError> for DataSetErrorWithBacktrace
Source§fn from(error: DataSetError) -> DataSetErrorWithBacktrace
fn from(error: DataSetError) -> DataSetErrorWithBacktrace
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for DataSetErrorWithBacktrace
impl RefUnwindSafe for DataSetErrorWithBacktrace
impl Send for DataSetErrorWithBacktrace
impl Sync for DataSetErrorWithBacktrace
impl Unpin for DataSetErrorWithBacktrace
impl UnwindSafe for DataSetErrorWithBacktrace
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