Struct worker_plus::Objects

source ·
pub struct Objects { /* private fields */ }
Expand description

A series of Objects returned by list.

Implementations§

An Vec of Object matching the list request.

If true, indicates there are more results to be retrieved for the current list request.

A token that can be passed to future list calls to resume listing from that point. Only present if truncated is true.

If a delimiter has been specified, contains all prefixes between the specified prefix and the next occurence of the delimiter.

For example, if no prefix is provided and the delimiter is ‘/’, foo/bar/baz would return foo as a delimited prefix. If foo/ was passed as a prefix with the same structure and delimiter, foo/bar would be returned as a delimited prefix.

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.