pub struct ListObjectsV2Output {Show 13 fields
pub common_prefixes: Vec<CommonPrefix>,
pub contents: Vec<Object>,
pub continuation_token: Option<String>,
pub delimiter: Option<String>,
pub encoding_type: Option<EncodingType>,
pub is_truncated: Option<bool>,
pub key_count: Option<i32>,
pub max_keys: Option<i32>,
pub name: Option<String>,
pub next_continuation_token: Option<String>,
pub prefix: Option<String>,
pub request_charged: Option<RequestCharged>,
pub start_after: Option<String>,
}Expand description
S3 ListObjectsV2Output.
Fields§
§common_prefixes: Vec<CommonPrefix>§contents: Vec<Object>§continuation_token: Option<String>§delimiter: Option<String>§encoding_type: Option<EncodingType>§is_truncated: Option<bool>§key_count: Option<i32>§max_keys: Option<i32>§name: Option<String>§next_continuation_token: Option<String>§prefix: Option<String>§request_charged: Option<RequestCharged>HTTP header: x-amz-request-charged.
start_after: Option<String>Trait Implementations§
Source§impl Clone for ListObjectsV2Output
impl Clone for ListObjectsV2Output
Source§fn clone(&self) -> ListObjectsV2Output
fn clone(&self) -> ListObjectsV2Output
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ListObjectsV2Output
impl Debug for ListObjectsV2Output
Source§impl Default for ListObjectsV2Output
impl Default for ListObjectsV2Output
Source§fn default() -> ListObjectsV2Output
fn default() -> ListObjectsV2Output
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ListObjectsV2Output
impl RefUnwindSafe for ListObjectsV2Output
impl Send for ListObjectsV2Output
impl Sync for ListObjectsV2Output
impl Unpin for ListObjectsV2Output
impl UnsafeUnpin for ListObjectsV2Output
impl UnwindSafe for ListObjectsV2Output
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more