Struct rusoto_elasticbeanstalk::Queue[][src]

pub struct Queue {
    pub name: Option<String>,
    pub url: Option<String>,
}

Describes a queue.

Fields

The name of the queue.

The URL of the queue.

Trait Implementations

impl Default for Queue
[src]

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

impl Debug for Queue
[src]

Formats the value using the given formatter. Read more

impl Clone for Queue
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Queue
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for Queue

impl Sync for Queue