pub enum FileSystemAction {
RecompileNeeded,
LiveReloadNeeded(LiveFileChange),
}Variants§
Auto Trait Implementations§
impl RefUnwindSafe for FileSystemAction
impl Send for FileSystemAction
impl Sync for FileSystemAction
impl Unpin for FileSystemAction
impl UnwindSafe for FileSystemAction
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