pub struct ContentClassifier { /* private fields */ }Expand description
Content classification component
Implementations§
Auto Trait Implementations§
impl Freeze for ContentClassifier
impl RefUnwindSafe for ContentClassifier
impl Send for ContentClassifier
impl Sync for ContentClassifier
impl Unpin for ContentClassifier
impl UnwindSafe for ContentClassifier
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