pub struct ListObjectVersionsOutput {Show 14 fields
pub common_prefixes: Vec<CommonPrefix>,
pub delete_markers: Vec<DeleteMarkerEntry>,
pub delimiter: Option<String>,
pub encoding_type: Option<EncodingType>,
pub is_truncated: Option<bool>,
pub key_marker: Option<String>,
pub max_keys: Option<i32>,
pub name: Option<String>,
pub next_key_marker: Option<String>,
pub next_version_id_marker: Option<String>,
pub prefix: Option<String>,
pub request_charged: Option<RequestCharged>,
pub version_id_marker: Option<String>,
pub versions: Vec<ObjectVersion>,
}Expand description
S3 ListObjectVersionsOutput.
Fields§
§common_prefixes: Vec<CommonPrefix>§delete_markers: Vec<DeleteMarkerEntry>§delimiter: Option<String>§encoding_type: Option<EncodingType>§is_truncated: Option<bool>§key_marker: Option<String>§max_keys: Option<i32>§name: Option<String>§next_key_marker: Option<String>§next_version_id_marker: Option<String>§prefix: Option<String>§request_charged: Option<RequestCharged>HTTP header: x-amz-request-charged.
version_id_marker: Option<String>§versions: Vec<ObjectVersion>Trait Implementations§
Source§impl Clone for ListObjectVersionsOutput
impl Clone for ListObjectVersionsOutput
Source§fn clone(&self) -> ListObjectVersionsOutput
fn clone(&self) -> ListObjectVersionsOutput
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 ListObjectVersionsOutput
impl Debug for ListObjectVersionsOutput
Source§impl Default for ListObjectVersionsOutput
impl Default for ListObjectVersionsOutput
Source§fn default() -> ListObjectVersionsOutput
fn default() -> ListObjectVersionsOutput
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ListObjectVersionsOutput
impl RefUnwindSafe for ListObjectVersionsOutput
impl Send for ListObjectVersionsOutput
impl Sync for ListObjectVersionsOutput
impl Unpin for ListObjectVersionsOutput
impl UnsafeUnpin for ListObjectVersionsOutput
impl UnwindSafe for ListObjectVersionsOutput
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