pub struct WaitForFileConfig {
pub poll_interval: Duration,
pub timeout: Option<Duration>,
}Fields§
§poll_interval: Duration§timeout: Option<Duration>Trait Implementations§
Source§impl Clone for WaitForFileConfig
impl Clone for WaitForFileConfig
Source§fn clone(&self) -> WaitForFileConfig
fn clone(&self) -> WaitForFileConfig
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 Debug for WaitForFileConfig
impl Debug for WaitForFileConfig
Auto Trait Implementations§
impl Freeze for WaitForFileConfig
impl RefUnwindSafe for WaitForFileConfig
impl Send for WaitForFileConfig
impl Sync for WaitForFileConfig
impl Unpin for WaitForFileConfig
impl UnsafeUnpin for WaitForFileConfig
impl UnwindSafe for WaitForFileConfig
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