pub struct MapResult {
pub changes: Vec<Change>,
pub scope: AnalysisScope,
}Expand description
Result of mapping changes including scope information
Fields§
§changes: Vec<Change>List of changes
scope: AnalysisScopeAnalysis scope
Auto Trait Implementations§
impl Freeze for MapResult
impl RefUnwindSafe for MapResult
impl Send for MapResult
impl Sync for MapResult
impl Unpin for MapResult
impl UnwindSafe for MapResult
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