pub struct Options {
pub hard_reload: bool,
pub index_listing: bool,
pub auto_ignore: bool,
}Fields§
§hard_reload: boolAlways hard reload the page instead of hot-reload
index_listing: boolShow page list of the current URL if index.html does not exist
auto_ignore: boolIgnore 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