pub struct ListObjectVersionsOptions {
pub max_keys: Option<i32>,
pub key_marker: Option<String>,
pub version_id_marker: Option<String>,
}Expand description
Pagination options for listing object versions and delete markers.
Fields§
§max_keys: Option<i32>Maximum number of entries to return.
key_marker: Option<String>Key marker returned by the previous page.
version_id_marker: Option<String>Version marker returned by the previous page.
Trait Implementations§
Source§impl Clone for ListObjectVersionsOptions
impl Clone for ListObjectVersionsOptions
Source§fn clone(&self) -> ListObjectVersionsOptions
fn clone(&self) -> ListObjectVersionsOptions
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 ListObjectVersionsOptions
impl Debug for ListObjectVersionsOptions
Source§impl Default for ListObjectVersionsOptions
impl Default for ListObjectVersionsOptions
Source§fn default() -> ListObjectVersionsOptions
fn default() -> ListObjectVersionsOptions
Returns the “default value” for a type. Read more
impl Eq for ListObjectVersionsOptions
impl StructuralPartialEq for ListObjectVersionsOptions
Auto Trait Implementations§
impl Freeze for ListObjectVersionsOptions
impl RefUnwindSafe for ListObjectVersionsOptions
impl Send for ListObjectVersionsOptions
impl Sync for ListObjectVersionsOptions
impl Unpin for ListObjectVersionsOptions
impl UnsafeUnpin for ListObjectVersionsOptions
impl UnwindSafe for ListObjectVersionsOptions
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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