- API ›
- Constructors ›
- WebPagePending
WebPagePending
---types--- webPagePending#b0d13e47 id:long url:flags.0?string date:int = WebPage
Belongs to
| WebPage |
In Rust this constructor is a variant of the enums::WebPage enum.
Match on it with: if let enums::WebPage::WebPagePending(v) = result { ... }