Enum ic_agent::agent::PollResult [−][src]
Expand description
Classification of the result of a request_status_raw (poll) call.
Variants
The request has been submitted, but we do not know yet if it has been accepted or not.
The request has been received and may be processing.
The request completed and returned some data.
Auto Trait Implementations
impl RefUnwindSafe for PollResult
impl Send for PollResult
impl Sync for PollResult
impl Unpin for PollResult
impl UnwindSafe for PollResult
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
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