Struct ra_ap_ide::StaticIndexedFile
source · pub struct StaticIndexedFile {
pub file_id: FileId,
pub folds: Vec<Fold>,
pub inlay_hints: Vec<InlayHint>,
pub tokens: Vec<(TextRange, TokenId)>,
}Fields§
§file_id: FileId§folds: Vec<Fold>§inlay_hints: Vec<InlayHint>§tokens: Vec<(TextRange, TokenId)>Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for StaticIndexedFile
impl Send for StaticIndexedFile
impl Sync for StaticIndexedFile
impl Unpin for StaticIndexedFile
impl UnwindSafe for StaticIndexedFile
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