pub enum SegmentTypes {
Sentence,
Tail,
Plain,
Bracketed,
InvalidSentence,
UnbalancedLeftBracket,
UnbalancedRightSth,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SegmentTypes
impl RefUnwindSafe for SegmentTypes
impl Send for SegmentTypes
impl Sync for SegmentTypes
impl Unpin for SegmentTypes
impl UnwindSafe for SegmentTypes
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