Type Alias HirFileRange
pub type HirFileRange = FileRangeWrapper<HirFileId>;
Aliased Type§
struct HirFileRange {
pub file_id: HirFileId,
pub range: TextRange,
}
Fields§
§file_id: HirFileId
§range: TextRange
Trait Implementations
§impl<FileKind> Clone for FileRangeWrapper<FileKind>where
FileKind: Clone,
impl<FileKind> Clone for FileRangeWrapper<FileKind>where
FileKind: Clone,
§fn clone(&self) -> FileRangeWrapper<FileKind>
fn clone(&self) -> FileRangeWrapper<FileKind>
Returns a copy 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 more