pub struct RobertaDetector {}Expand description
RoBERTa-based local detector
Implementations§
Trait Implementations§
Source§impl LocalModel for RobertaDetector
impl LocalModel for RobertaDetector
Auto Trait Implementations§
impl Freeze for RobertaDetector
impl RefUnwindSafe for RobertaDetector
impl Send for RobertaDetector
impl Sync for RobertaDetector
impl Unpin for RobertaDetector
impl UnsafeUnpin for RobertaDetector
impl UnwindSafe for RobertaDetector
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