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