pub enum FrontLogicError {
IoError(Error),
BlobError(BlobError),
UnknownTransferId(TransferId),
ChunkSizeCanNotBeZero,
}
Variants§
Trait Implementations§
Source§impl Debug for FrontLogicError
impl Debug for FrontLogicError
Source§impl ErrorLevelProvider for FrontLogicError
impl ErrorLevelProvider for FrontLogicError
fn error_level(&self) -> ErrorLevel
Auto Trait Implementations§
impl Freeze for FrontLogicError
impl !RefUnwindSafe for FrontLogicError
impl Send for FrontLogicError
impl Sync for FrontLogicError
impl Unpin for FrontLogicError
impl !UnwindSafe for FrontLogicError
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