[][src]Struct thirtyfour_query::ElementWaiter

pub struct ElementWaiter<'a> { /* fields omitted */ }

Implementations

impl<'a> ElementWaiter<'a>[src]

pub fn with_poller(self, poller: ElementPoller) -> Self[src]

Use the specified ElementPoller for this ElementWaiter. This will not affect the default ElementPoller used for other waits.

pub fn wait(self, timeout: Duration, interval: Duration) -> Self[src]

Force this ElementWaiter to wait for the specified timeout, polling once after each interval. This will override the poller for this ElementWaiter only.

pub fn until(self) -> ElementWaitCondition<'a>[src]

pub fn until_not(self) -> ElementWaitCondition<'a>[src]

Auto Trait Implementations

impl<'a> !RefUnwindSafe for ElementWaiter<'a>[src]

impl<'a> Send for ElementWaiter<'a>[src]

impl<'a> Sync for ElementWaiter<'a>[src]

impl<'a> Unpin for ElementWaiter<'a>[src]

impl<'a> !UnwindSafe for ElementWaiter<'a>[src]

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.