| action.rs |
`Action` is an enum describing what BITS action is being processed. This is
used mostly for logging and error reporting reasons.
The values of `Action` describe actions that could be in progress for
BitsService or BitsRequest. When specifying a type, `ServiceAction` or
`RequestAction`, can be used to restrict the action type to one of the two
categories.
A value of type `ServiceAction` or `RequestAction` can easily be converted
to an `Action` using the `into()` method. |
3935 |
| dispatch_callback.rs |
|
8093 |
| error.rs |
|
25968 |
| mod.rs |
|
11789 |
| monitor.rs |
|
9966 |
| request.rs |
|
27250 |
| string.rs |
|
2622 |
| task |
|
|
| xpcom_methods.rs |
|
7647 |