pub struct ErrorOperation {
pub code: ErrorCode,
pub message: String,
}
Fields§
§code: ErrorCode
§message: String
Trait Implementations§
Source§impl Clone for ErrorOperation
impl Clone for ErrorOperation
Source§fn clone(&self) -> ErrorOperation
fn clone(&self) -> ErrorOperation
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 ErrorOperation
impl Debug for ErrorOperation
Source§impl PartialEq for ErrorOperation
impl PartialEq for ErrorOperation
impl Eq for ErrorOperation
impl StructuralPartialEq for ErrorOperation
Auto Trait Implementations§
impl Freeze for ErrorOperation
impl RefUnwindSafe for ErrorOperation
impl Send for ErrorOperation
impl Sync for ErrorOperation
impl Unpin for ErrorOperation
impl UnwindSafe for ErrorOperation
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