Struct b2_client::file::ListFileNames
source · [−]pub struct ListFileNames<'a> { /* private fields */ }Expand description
A request to list the names of files stored in a bucket.
Implementations
sourceimpl<'a> ListFileNames<'a>
impl<'a> ListFileNames<'a>
pub fn builder() -> ListFileNamesBuilder<'a>
Trait Implementations
sourceimpl<'a> Debug for ListFileNames<'a>
impl<'a> Debug for ListFileNames<'a>
sourceimpl<'a> Serialize for ListFileNames<'a>
impl<'a> Serialize for ListFileNames<'a>
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more