pub struct TapNotFoundError {
pub selector_json: String,
pub body: String,
}Expand description
POST /tap returned 404 / not_found — element matched no node.
Mirrors TS TapNotFoundError.
Fields§
§selector_json: String§body: StringTrait Implementations§
Source§impl Debug for TapNotFoundError
impl Debug for TapNotFoundError
Source§impl Display for TapNotFoundError
impl Display for TapNotFoundError
Source§impl Error for TapNotFoundError
impl Error for TapNotFoundError
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 TapNotFoundError
impl RefUnwindSafe for TapNotFoundError
impl Send for TapNotFoundError
impl Sync for TapNotFoundError
impl Unpin for TapNotFoundError
impl UnsafeUnpin for TapNotFoundError
impl UnwindSafe for TapNotFoundError
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