Struct dioxus_cli_config::WebWatcherConfig
source · pub struct WebWatcherConfig {
pub watch_path: Vec<PathBuf>,
pub reload_html: bool,
pub index_on_404: bool,
}Fields§
§watch_path: Vec<PathBuf>§reload_html: bool§index_on_404: boolTrait 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 Default for WebWatcherConfig
impl Default 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
Auto Trait Implementations§
impl Freeze for WebWatcherConfig
impl RefUnwindSafe for WebWatcherConfig
impl Send for WebWatcherConfig
impl Sync for WebWatcherConfig
impl Unpin for WebWatcherConfig
impl UnwindSafe for WebWatcherConfig
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