Type Alias MacroFileRange
pub type MacroFileRange = FileRangeWrapper<MacroFileId>;
Aliased Type§
struct MacroFileRange {
pub file_id: MacroFileId,
pub range: TextRange,
}
Fields§
§file_id: MacroFileId
§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