pub struct TextFeatureExtractor;Auto Trait Implementations§
impl Freeze for TextFeatureExtractor
impl RefUnwindSafe for TextFeatureExtractor
impl Send for TextFeatureExtractor
impl Sync for TextFeatureExtractor
impl Unpin for TextFeatureExtractor
impl UnwindSafe for TextFeatureExtractor
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