pub struct FilesDirs(/* private fields */);Expand description
File serving root directories for Files.
This type is used by Files::new to accept either one root directory or an ordered
collection of root directories.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FilesDirs
impl RefUnwindSafe for FilesDirs
impl Send for FilesDirs
impl Sync for FilesDirs
impl Unpin for FilesDirs
impl UnsafeUnpin for FilesDirs
impl UnwindSafe for FilesDirs
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