pub enum SegmentDelimSyms {
SentenceStart,
SegmentStart,
Bracket,
}
Variants§
Trait Implementations§
Source§impl Clone for SegmentDelimSyms
impl Clone for SegmentDelimSyms
Source§fn clone(&self) -> SegmentDelimSyms
fn clone(&self) -> SegmentDelimSyms
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Display for SegmentDelimSyms
impl Display for SegmentDelimSyms
Source§impl PartialEq<PDAStackCtx> for SegmentDelimSyms
impl PartialEq<PDAStackCtx> for SegmentDelimSyms
Source§impl PartialEq for SegmentDelimSyms
impl PartialEq for SegmentDelimSyms
impl StructuralPartialEq for SegmentDelimSyms
Auto Trait Implementations§
impl Freeze for SegmentDelimSyms
impl RefUnwindSafe for SegmentDelimSyms
impl Send for SegmentDelimSyms
impl Sync for SegmentDelimSyms
impl Unpin for SegmentDelimSyms
impl UnwindSafe for SegmentDelimSyms
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