pub struct ListStatusIterator { /* private fields */ }
Implementations§
Source§impl ListStatusIterator
impl ListStatusIterator
pub async fn next(&self) -> Option<Result<FileStatus>>
pub fn into_stream(self) -> BoxStream<'static, Result<FileStatus>>
Auto Trait Implementations§
impl Freeze for ListStatusIterator
impl !RefUnwindSafe for ListStatusIterator
impl Send for ListStatusIterator
impl Sync for ListStatusIterator
impl Unpin for ListStatusIterator
impl !UnwindSafe for ListStatusIterator
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