pub struct RunnerScrollNotMatched {
pub selector_json: String,
pub swipes: u32,
}Expand description
POST /scroll returned 200 / matched:false / swipes:N — scroll
exhausted N swipes without surfacing the target. Mirrors TS
RunnerScrollNotMatched.
Fields§
§selector_json: String§swipes: u32Trait Implementations§
Source§impl Debug for RunnerScrollNotMatched
impl Debug for RunnerScrollNotMatched
Source§impl Display for RunnerScrollNotMatched
impl Display for RunnerScrollNotMatched
Source§impl Error for RunnerScrollNotMatched
impl Error for RunnerScrollNotMatched
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
Auto Trait Implementations§
impl Freeze for RunnerScrollNotMatched
impl RefUnwindSafe for RunnerScrollNotMatched
impl Send for RunnerScrollNotMatched
impl Sync for RunnerScrollNotMatched
impl Unpin for RunnerScrollNotMatched
impl UnsafeUnpin for RunnerScrollNotMatched
impl UnwindSafe for RunnerScrollNotMatched
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