Struct tokio_beanstalkd::PreJob[][src]

pub struct PreJob {
    pub id: Id,
    pub bytes: usize,
}

This is an internal type which is not returned by tokio-beanstalkd. It is used when parsing the job data returned by Beanstald.

Fields

Trait Implementations

impl Debug for PreJob
[src]

Formats the value using the given formatter. Read more

impl PartialEq for PreJob
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for PreJob
[src]

Auto Trait Implementations

impl Send for PreJob

impl Sync for PreJob