Struct ra_ap_vfs::ChangedFile
source · [−]pub struct ChangedFile {
pub file_id: FileId,
pub change_kind: ChangeKind,
}Expand description
Changed file in the Vfs.
Fields
file_id: FileIdId of the changed file
change_kind: ChangeKindKind of change
Implementations
Auto Trait Implementations
impl RefUnwindSafe for ChangedFile
impl Send for ChangedFile
impl Sync for ChangedFile
impl Unpin for ChangedFile
impl UnwindSafe for ChangedFile
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more