pub enum CompletionValueKind {
Parameter,
Binding,
}
Variants§
Trait Implementations§
source§impl Debug for CompletionValueKind
impl Debug for CompletionValueKind
source§impl PartialEq for CompletionValueKind
impl PartialEq for CompletionValueKind
source§fn eq(&self, other: &CompletionValueKind) -> bool
fn eq(&self, other: &CompletionValueKind) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CompletionValueKind
Auto Trait Implementations§
impl RefUnwindSafe for CompletionValueKind
impl Send for CompletionValueKind
impl Sync for CompletionValueKind
impl Unpin for CompletionValueKind
impl UnwindSafe for CompletionValueKind
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