pub enum CompletionMethod {
Complete,
}Variants§
Complete
Trait Implementations§
Source§impl Clone for CompletionMethod
impl Clone for CompletionMethod
Source§fn clone(&self) -> CompletionMethod
fn clone(&self) -> CompletionMethod
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 CompletionMethod
impl Debug for CompletionMethod
Source§impl PartialEq for CompletionMethod
impl PartialEq for CompletionMethod
impl Copy for CompletionMethod
impl Eq for CompletionMethod
impl StructuralPartialEq for CompletionMethod
Auto Trait Implementations§
impl Freeze for CompletionMethod
impl RefUnwindSafe for CompletionMethod
impl Send for CompletionMethod
impl Sync for CompletionMethod
impl Unpin for CompletionMethod
impl UnsafeUnpin for CompletionMethod
impl UnwindSafe for CompletionMethod
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