Enum ra_ap_ide::AnnotationKind
source · pub enum AnnotationKind {
Runnable(Runnable),
HasImpls {
pos: FilePosition,
data: Option<Vec<NavigationTarget>>,
},
HasReferences {
pos: FilePosition,
data: Option<Vec<FileRange>>,
},
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for AnnotationKind
impl Send for AnnotationKind
impl Sync for AnnotationKind
impl Unpin for AnnotationKind
impl UnwindSafe for AnnotationKind
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