pub struct ChangedFile {
pub path: String,
pub status: FileChangeStatus,
pub affected_symbols: Vec<SymbolResult>,
}Fields§
§path: String§status: FileChangeStatus§affected_symbols: Vec<SymbolResult>Trait Implementations§
Source§impl Debug for ChangedFile
impl Debug for ChangedFile
Auto Trait Implementations§
impl Freeze for ChangedFile
impl RefUnwindSafe for ChangedFile
impl Send for ChangedFile
impl Sync for ChangedFile
impl Unpin for ChangedFile
impl UnsafeUnpin for ChangedFile
impl UnwindSafe for ChangedFile
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