pub struct DetectOpts {
pub full_helpers: bool,
}
Expand description
Options that can be passed into detect
Fields§
§full_helpers: bool
Trait Implementations§
Source§impl Default for DetectOpts
impl Default for DetectOpts
Source§fn default() -> DetectOpts
fn default() -> DetectOpts
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DetectOpts
impl RefUnwindSafe for DetectOpts
impl Send for DetectOpts
impl Sync for DetectOpts
impl Unpin for DetectOpts
impl UnwindSafe for DetectOpts
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