[−][src]Struct librojo::fs_watcher::FsWatcher
Watches for changes on the filesystem and links together the in-memory filesystem and in-memory Roblox tree.
Implementations
impl FsWatcher[src]
pub fn start(
imfs: Arc<Mutex<Imfs>>,
rbx_session: Option<Arc<Mutex<RbxSession>>>
) -> FsWatcher[src]
imfs: Arc<Mutex<Imfs>>,
rbx_session: Option<Arc<Mutex<RbxSession>>>
) -> FsWatcher
Start a new FS watcher, watching all of the roots currently attached to the given Imfs.
rbx_session is optional to make testing easier. If it isn't None,
events will be passed to it after they're given to the Imfs.
pub fn stop_watching_path(&mut self, path: &Path)[src]
Auto Trait Implementations
impl RefUnwindSafe for FsWatcher
impl Send for FsWatcher
impl Sync for FsWatcher
impl Unpin for FsWatcher
impl UnwindSafe for FsWatcher
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
U: TryFrom<T>,