pub struct FileWaiter {
pub path: PathBuf,
}
Fields§
§path: PathBuf
Implementations§
Trait Implementations§
Source§impl Clone for FileWaiter
impl Clone for FileWaiter
Source§fn clone(&self) -> FileWaiter
fn clone(&self) -> FileWaiter
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§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