Struct pages::static_assets::static_files::static_files
source · [−]pub struct static_files;
Trait Implementations
sourceimpl HttpServiceFactory for static_files
impl HttpServiceFactory for static_files
Auto Trait Implementations
impl RefUnwindSafe for static_files
impl Send for static_files
impl Sync for static_files
impl Unpin for static_files
impl UnwindSafe for static_files
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more