Struct actix_web::client::Resume[][src]

pub struct Resume;

Resume connection process for ClientConnector

Trait Implementations

impl Message for Resume
[src]

The type of value that this message will resolved with if it is successful. Read more

impl Handler<Resume> for ClientConnector
[src]

The type of value that this handle will return

Method is called for every message received by this Actor

Auto Trait Implementations

impl Send for Resume

impl Sync for Resume