pub struct Options {
pub hard_reload: bool,
pub index_listing: bool,
pub auto_ignore: bool,
}
Fields§
§hard_reload: bool
Always hard reload the page instead of hot-reload
index_listing: bool
Show page list of the current URL if index.html
does not exist
auto_ignore: bool
Ignore hidden and ignored files
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Options
impl RefUnwindSafe for Options
impl Send for Options
impl Sync for Options
impl Unpin for Options
impl UnwindSafe for Options
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