Struct dioxus_cli::config::WebWatcherConfig
source · pub struct WebWatcherConfig {
pub watch_path: Option<Vec<PathBuf>>,
pub reload_html: Option<bool>,
pub index_on_404: Option<bool>,
}Fields§
§watch_path: Option<Vec<PathBuf>>§reload_html: Option<bool>§index_on_404: Option<bool>Trait Implementations§
source§impl Clone for WebWatcherConfig
impl Clone for WebWatcherConfig
source§fn clone(&self) -> WebWatcherConfig
fn clone(&self) -> WebWatcherConfig
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for WebWatcherConfig
impl Debug for WebWatcherConfig
source§impl<'de> Deserialize<'de> for WebWatcherConfig
impl<'de> Deserialize<'de> for WebWatcherConfig
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more