pub struct SanitizeResult {
pub safe: bool,
pub threats: Vec<Threat>,
}Expand description
Result of sanitization check.
Fields§
§safe: bool§threats: Vec<Threat>Trait Implementations§
Auto Trait Implementations§
impl Freeze for SanitizeResult
impl RefUnwindSafe for SanitizeResult
impl Send for SanitizeResult
impl Sync for SanitizeResult
impl Unpin for SanitizeResult
impl UnsafeUnpin for SanitizeResult
impl UnwindSafe for SanitizeResult
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