Enum icu_segmenter::provider::ModelType
source ยท pub enum ModelType {
Codepoints,
GraphemeClusters,
}
Expand description
The type of LSTM model
๐ง This code is considered unstable; it may change at any time, in breaking or non-breaking ways,
including in SemVer minor releases. While the serde representation of data structs is guaranteed
to be stable, their Rust representation might not be. Use with caution.
Variantsยง
Trait Implementationsยง
sourceยงimpl PartialEq for ModelType
impl PartialEq for ModelType
impl Copy for ModelType
impl StructuralPartialEq for ModelType
Auto Trait Implementationsยง
impl Freeze for ModelType
impl RefUnwindSafe for ModelType
impl Send for ModelType
impl Sync for ModelType
impl Unpin for ModelType
impl UnwindSafe for ModelType
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