Struct wait_on::resource::file::FileWaiter
source · pub struct FileWaiter {
pub path: PathBuf,
}Fields§
§path: PathBufImplementations§
Trait Implementations§
source§impl Waitable for FileWaiter
impl Waitable for FileWaiter
Auto Trait Implementations§
impl Freeze for FileWaiter
impl RefUnwindSafe for FileWaiter
impl Send for FileWaiter
impl Sync for FileWaiter
impl Unpin for FileWaiter
impl UnwindSafe for FileWaiter
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