Struct rust_bert::pipelines::pos_tagging::POSConfig
source · pub struct POSConfig { /* private fields */ }
Trait Implementations§
source§impl From<POSConfig> for TokenClassificationConfig
impl From<POSConfig> for TokenClassificationConfig
source§impl From<TokenClassificationConfig> for POSConfig
impl From<TokenClassificationConfig> for POSConfig
source§fn from(token_classification_config: TokenClassificationConfig) -> Self
fn from(token_classification_config: TokenClassificationConfig) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl !RefUnwindSafe for POSConfig
impl Send for POSConfig
impl Sync for POSConfig
impl Unpin for POSConfig
impl !UnwindSafe for POSConfig
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