pub enum AutocompleteContext {
Unknown,
Expression,
Statement,
Property,
Type,
Keyword,
String,
HotComment,
}Variants§
Trait Implementations§
Source§impl Clone for AutocompleteContext
impl Clone for AutocompleteContext
Source§fn clone(&self) -> AutocompleteContext
fn clone(&self) -> AutocompleteContext
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AutocompleteContext
Source§impl Debug for AutocompleteContext
impl Debug for AutocompleteContext
impl Eq for AutocompleteContext
Source§impl Hash for AutocompleteContext
impl Hash for AutocompleteContext
Source§impl PartialEq for AutocompleteContext
impl PartialEq for AutocompleteContext
Source§fn eq(&self, other: &AutocompleteContext) -> bool
fn eq(&self, other: &AutocompleteContext) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AutocompleteContext
Auto Trait Implementations§
impl Freeze for AutocompleteContext
impl RefUnwindSafe for AutocompleteContext
impl Send for AutocompleteContext
impl Sync for AutocompleteContext
impl Unpin for AutocompleteContext
impl UnsafeUnpin for AutocompleteContext
impl UnwindSafe for AutocompleteContext
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