pub struct FileList<'h> { /* private fields */ }
Implementations§
Trait Implementations§
impl<'h> Send for FileList<'h>
impl<'h> Sync for FileList<'h>
Auto Trait Implementations§
impl<'h> !Freeze for FileList<'h>
impl<'h> !RefUnwindSafe for FileList<'h>
impl<'h> Unpin for FileList<'h>
impl<'h> UnwindSafe for FileList<'h>
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