pub enum ErrorType {
Client,
Service,
}Variants§
Implementations§
Trait Implementations§
Source§impl ErrorKind for ErrorType
impl ErrorKind for ErrorType
Source§fn error_type(&self) -> ErrorType
fn error_type(&self) -> ErrorType
Defines type of the error
impl Copy for ErrorType
impl Eq for ErrorType
impl StructuralPartialEq for ErrorType
Auto Trait Implementations§
impl Freeze for ErrorType
impl RefUnwindSafe for ErrorType
impl Send for ErrorType
impl Sync for ErrorType
impl Unpin for ErrorType
impl UnsafeUnpin for ErrorType
impl UnwindSafe for ErrorType
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