enum DictOrLstm {
Dict(DataPayload<UCharDictionaryBreakDataV1>),
Lstm(DataPayload<SegmenterLstmAutoV1>),
}Variants§
Trait Implementations§
Source§impl Clone for DictOrLstm
impl Clone for DictOrLstm
Source§fn clone(&self) -> DictOrLstm
fn clone(&self) -> DictOrLstm
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for DictOrLstm
impl RefUnwindSafe for DictOrLstm
impl !Send for DictOrLstm
impl !Sync for DictOrLstm
impl Unpin for DictOrLstm
impl UnsafeUnpin for DictOrLstm
impl UnwindSafe for DictOrLstm
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