pub struct ListFileVersions<'a> { /* private fields */ }
Expand description
A request to list the names of files stored in a bucket.
Implementations§
Source§impl<'a> ListFileVersions<'a>
impl<'a> ListFileVersions<'a>
pub fn builder() -> ListFileVersionsBuilder<'a>
Trait Implementations§
Source§impl<'a> Debug for ListFileVersions<'a>
impl<'a> Debug for ListFileVersions<'a>
Auto Trait Implementations§
impl<'a> Freeze for ListFileVersions<'a>
impl<'a> RefUnwindSafe for ListFileVersions<'a>
impl<'a> Send for ListFileVersions<'a>
impl<'a> Sync for ListFileVersions<'a>
impl<'a> Unpin for ListFileVersions<'a>
impl<'a> UnwindSafe for ListFileVersions<'a>
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