pub struct RecommendationsHandler;Expand description
A RecommendationsHandler is used to provide actionable guidance to configure safe extraction.
This is a report finalization handler that generates human-readable recommendations based
on aggregated report fields (e.g., depth, ratios, encryption, and such).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RecommendationsHandler
impl RefUnwindSafe for RecommendationsHandler
impl Send for RecommendationsHandler
impl Sync for RecommendationsHandler
impl Unpin for RecommendationsHandler
impl UnsafeUnpin for RecommendationsHandler
impl UnwindSafe for RecommendationsHandler
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