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]

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

impl Debug for ChangeMessageVisibilityBatchResultEntry
[src]

Formats the value using the given formatter.

impl Clone for ChangeMessageVisibilityBatchResultEntry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more