pub type FileRange = FileRangeWrapper<EditionedFileId>;
Aliased Type§
struct FileRange {
pub file_id: EditionedFileId,
pub range: TextRange,
}
Fields§
§file_id: EditionedFileId
§range: TextRange
Trait Implementations
Source§impl<FileKind: Clone> Clone for FileRangeWrapper<FileKind>
impl<FileKind: Clone> Clone for FileRangeWrapper<FileKind>
Source§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