pub enum ReplaceMethod {
Append,
Replace,
}Expand description
How should the completion be substituted
Variants§
Trait Implementations§
Source§impl Clone for ReplaceMethod
impl Clone for ReplaceMethod
Source§fn clone(&self) -> ReplaceMethod
fn clone(&self) -> ReplaceMethod
Returns a copy 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 ReplaceMethod
impl Debug for ReplaceMethod
impl Copy for ReplaceMethod
Auto Trait Implementations§
impl Freeze for ReplaceMethod
impl RefUnwindSafe for ReplaceMethod
impl Send for ReplaceMethod
impl Sync for ReplaceMethod
impl Unpin for ReplaceMethod
impl UnwindSafe for ReplaceMethod
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