pub enum SegmentMode {
Novel,
NodeNovel,
}Variants§
Novel
API / file-process profile (autoCjk + all_mod + convertSynonym).
NodeNovel
MCP / test-CLI profile (nodeNovelMode synonym files).
Trait Implementations§
Source§impl Clone for SegmentMode
impl Clone for SegmentMode
Source§fn clone(&self) -> SegmentMode
fn clone(&self) -> SegmentMode
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 moreimpl Copy for SegmentMode
Source§impl Debug for SegmentMode
impl Debug for SegmentMode
Source§impl Default for SegmentMode
impl Default for SegmentMode
Source§fn default() -> SegmentMode
fn default() -> SegmentMode
Returns the “default value” for a type. Read more
impl Eq for SegmentMode
Source§impl PartialEq for SegmentMode
impl PartialEq for SegmentMode
impl StructuralPartialEq for SegmentMode
Auto Trait Implementations§
impl Freeze for SegmentMode
impl RefUnwindSafe for SegmentMode
impl Send for SegmentMode
impl Sync for SegmentMode
impl Unpin for SegmentMode
impl UnsafeUnpin for SegmentMode
impl UnwindSafe for SegmentMode
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