Struct rusoto_importexport::CancelJobOutput [] [src]

pub struct CancelJobOutput {
    pub success: Option<Success>,
}

Output structure for the CancelJob operation.

Fields

Trait Implementations

impl Default for CancelJobOutput
[src]

Returns the "default value" for a type. Read more

impl Debug for CancelJobOutput
[src]

Formats the value using the given formatter.

impl Clone for CancelJobOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more