Struct rusoto_sqs::ChangeMessageVisibilityBatchResultEntry [] [src]

pub struct ChangeMessageVisibilityBatchResultEntry {
    pub id: String,
}

Encloses the Id of an entry in ChangeMessageVisibilityBatch.

Fields

Represents a message whose visibility timeout has been changed successfully.

Trait Implementations

impl Default for ChangeMessageVisibilityBatchResultEntry
[src]

[src]

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

impl Debug for ChangeMessageVisibilityBatchResultEntry
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ChangeMessageVisibilityBatchResultEntry
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations