pub struct DetectionBuilder { /* private fields */ }Expand description
Builder for Detection.
All required fields are set in Detection::builder(). Optional fields
can be chained before calling build().
Implementations§
Auto Trait Implementations§
impl Freeze for DetectionBuilder
impl !RefUnwindSafe for DetectionBuilder
impl Send for DetectionBuilder
impl Sync for DetectionBuilder
impl Unpin for DetectionBuilder
impl UnsafeUnpin for DetectionBuilder
impl !UnwindSafe for DetectionBuilder
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