pub enum WordSeparator {
Whitespace,
Separator(&'static str),
}Expand description
Word separation type used by CompletionTree
Variants§
Trait Implementations§
Source§impl Clone for WordSeparator
impl Clone for WordSeparator
Source§fn clone(&self) -> WordSeparator
fn clone(&self) -> WordSeparator
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 Debug for WordSeparator
impl Debug for WordSeparator
Source§impl PartialEq for WordSeparator
impl PartialEq for WordSeparator
impl StructuralPartialEq for WordSeparator
Auto Trait Implementations§
impl Freeze for WordSeparator
impl RefUnwindSafe for WordSeparator
impl Send for WordSeparator
impl Sync for WordSeparator
impl Unpin for WordSeparator
impl UnwindSafe for WordSeparator
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