Enum apt_cmd::fetch::FetchError [−][src]
pub enum FetchError {
Copy(Error),
Create(Error),
InvalidHash(ChecksumError),
Rename(Error),
Request(Box<dyn Error + Sync + Send + 'static>),
Response(StatusCode),
}Variants
Copy(Error)
Tuple Fields
0: ErrorCreate(Error)
Tuple Fields
0: ErrorInvalidHash(ChecksumError)
Tuple Fields
Rename(Error)
Tuple Fields
0: ErrorRequest(Box<dyn Error + Sync + Send + 'static>)
Response(StatusCode)
Tuple Fields
0: StatusCodeTrait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for FetchError
impl Send for FetchError
impl Sync for FetchError
impl Unpin for FetchError
impl !UnwindSafe for FetchError
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
