pub struct DirDownloadOpts<'a> {
pub method: &'a Method,
pub disable_symlinks: bool,
pub ignore_hidden_files: bool,
}Available on crate feature
directory-listing-download only.Expand description
Directory download options.
Fields§
§method: &'a MethodRequest method.
disable_symlinks: boolPrevent following symlinks for files and directories.
Ignore hidden files (dotfiles).
Auto Trait Implementations§
impl<'a> Freeze for DirDownloadOpts<'a>
impl<'a> RefUnwindSafe for DirDownloadOpts<'a>
impl<'a> Send for DirDownloadOpts<'a>
impl<'a> Sync for DirDownloadOpts<'a>
impl<'a> Unpin for DirDownloadOpts<'a>
impl<'a> UnwindSafe for DirDownloadOpts<'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