pub struct OrmErrorContext { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for OrmErrorContext
impl Clone for OrmErrorContext
Source§fn clone(&self) -> OrmErrorContext
fn clone(&self) -> OrmErrorContext
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 OrmErrorContext
impl Debug for OrmErrorContext
Source§impl PartialEq for OrmErrorContext
impl PartialEq for OrmErrorContext
impl Eq for OrmErrorContext
Auto Trait Implementations§
impl Freeze for OrmErrorContext
impl !RefUnwindSafe for OrmErrorContext
impl Send for OrmErrorContext
impl Sync for OrmErrorContext
impl Unpin for OrmErrorContext
impl UnsafeUnpin for OrmErrorContext
impl !UnwindSafe for OrmErrorContext
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