pub struct PathsConfig {
pub test_patterns: Vec<String>,
pub ignore: Vec<String>,
}Fields§
§test_patterns: Vec<String>§ignore: Vec<String>Trait Implementations§
Source§impl Debug for PathsConfig
impl Debug for PathsConfig
Source§impl Default for PathsConfig
impl Default for PathsConfig
Source§fn default() -> PathsConfig
fn default() -> PathsConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PathsConfig
impl<'de> Deserialize<'de> for PathsConfig
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 PathsConfig
impl RefUnwindSafe for PathsConfig
impl Send for PathsConfig
impl Sync for PathsConfig
impl Unpin for PathsConfig
impl UnsafeUnpin for PathsConfig
impl UnwindSafe for PathsConfig
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