pub(crate) struct WaitForFunctionArgs<'a> {
expression: &'a str,
pub(crate) timeout: Option<f64>,
pub(crate) polling: Option<Polling>,
pub(crate) arg: Option<Value>,
}Fields§
§expression: &'a str§timeout: Option<f64>§polling: Option<Polling>§arg: Option<Value>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for WaitForFunctionArgs<'a>
impl<'a> RefUnwindSafe for WaitForFunctionArgs<'a>
impl<'a> Send for WaitForFunctionArgs<'a>
impl<'a> Sync for WaitForFunctionArgs<'a>
impl<'a> Unpin for WaitForFunctionArgs<'a>
impl<'a> UnwindSafe for WaitForFunctionArgs<'a>
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