pub struct DetectParams {
pub project_root: String,
}Expand description
Parameters for the detect method.
Fields§
§project_root: StringAbsolute path to the project root directory.
Trait Implementations§
Source§impl Debug for DetectParams
impl Debug for DetectParams
Source§impl<'de> Deserialize<'de> for DetectParams
impl<'de> Deserialize<'de> for DetectParams
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 DetectParams
impl RefUnwindSafe for DetectParams
impl Send for DetectParams
impl Sync for DetectParams
impl Unpin for DetectParams
impl UnsafeUnpin for DetectParams
impl UnwindSafe for DetectParams
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