Struct wait_on::WaitOptions
source · pub struct WaitOptions {
pub timeout: Option<Millis>,
}
Expand description
Options available for waiting on a Waitable
.
Fields§
§timeout: Option<Millis>
Timeout in milliseconds for the wait operation.
Trait Implementations§
source§impl Debug for WaitOptions
impl Debug for WaitOptions
source§impl Default for WaitOptions
impl Default for WaitOptions
source§fn default() -> WaitOptions
fn default() -> WaitOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for WaitOptions
impl RefUnwindSafe for WaitOptions
impl Send for WaitOptions
impl Sync for WaitOptions
impl Unpin for WaitOptions
impl UnwindSafe for WaitOptions
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