pub enum LtrsError {
LibtorrentError(LibtorrentError),
HttpError(HttpError),
GzipError(GzipError),
I2pError(I2pError),
PcpError(PcpError),
BdecodeError(BdecodeError),
SocksError(SocksError),
UpnpError(UpnpError),
Unknown(i32),
}Variants§
LibtorrentError(LibtorrentError)
HttpError(HttpError)
GzipError(GzipError)
I2pError(I2pError)
PcpError(PcpError)
BdecodeError(BdecodeError)
SocksError(SocksError)
UpnpError(UpnpError)
Unknown(i32)
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LtrsError
impl RefUnwindSafe for LtrsError
impl Send for LtrsError
impl Sync for LtrsError
impl Unpin for LtrsError
impl UnwindSafe for LtrsError
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