Struct robin::job::Args [] [src]

pub struct Args { /* fields omitted */ }

A type that holds serialized job arguments.

Methods

impl Args
[src]

[src]

Get the JSON

[src]

Convert into string encoded JSON.

[src]

Generic function for deserializing the encoded arguments into the type required by the job.

Will return Err(Error::SerdeJsonError(_)) if deserialization fails. This will most likely happen if a given job doesn't support the arguments type you're trying to deserialize into.

Trait Implementations

impl Debug for Args
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Args

impl Sync for Args