pub struct DevtoolsConfig {
pub enabled: bool,
pub watch: Vec<String>,
}Fields§
§enabled: bool§watch: Vec<String>Trait Implementations§
Source§impl Clone for DevtoolsConfig
impl Clone for DevtoolsConfig
Source§fn clone(&self) -> DevtoolsConfig
fn clone(&self) -> DevtoolsConfig
Returns a duplicate 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 DevtoolsConfig
impl Debug for DevtoolsConfig
Source§impl Default for DevtoolsConfig
impl Default for DevtoolsConfig
Source§impl<'de> Deserialize<'de> for DevtoolsConfig
impl<'de> Deserialize<'de> for DevtoolsConfig
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 DevtoolsConfig
impl RefUnwindSafe for DevtoolsConfig
impl Send for DevtoolsConfig
impl Sync for DevtoolsConfig
impl Unpin for DevtoolsConfig
impl UnwindSafe for DevtoolsConfig
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