pub struct AdvancedWatcher { /* private fields */ }
Expand description
高度なファイル監視機能
Implementations§
Source§impl AdvancedWatcher
impl AdvancedWatcher
Sourcepub fn new(engine: Arc<RwLock<BuildEngine>>, options: WatchOptions) -> Self
pub fn new(engine: Arc<RwLock<BuildEngine>>, options: WatchOptions) -> Self
新しい高度な監視エンジンを作成
Sourcepub async fn get_stats(&self) -> WatchStats
pub async fn get_stats(&self) -> WatchStats
統計情報を取得
Sourcepub async fn print_stats(&self)
pub async fn print_stats(&self)
統計情報を表示
Auto Trait Implementations§
impl Freeze for AdvancedWatcher
impl !RefUnwindSafe for AdvancedWatcher
impl Send for AdvancedWatcher
impl Sync for AdvancedWatcher
impl Unpin for AdvancedWatcher
impl !UnwindSafe for AdvancedWatcher
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