Struct skyline_web::PageResult
source · pub struct PageResult { /* private fields */ }
Implementations
sourceimpl PageResult
impl PageResult
pub fn new() -> Self
pub fn get_last_url(&self) -> Result<&str, Utf8Error>
pub fn get_exit_reason(&self) -> OfflineExitReason
Trait Implementations
sourceimpl AsMut<OfflineHtmlPageReturnValue> for PageResult
impl AsMut<OfflineHtmlPageReturnValue> for PageResult
sourcefn as_mut(&mut self) -> &mut OfflineHtmlPageReturnValue
fn as_mut(&mut self) -> &mut OfflineHtmlPageReturnValue
Converts this type into a mutable reference of the (usually inferred) input type.
sourceimpl AsRef<OfflineHtmlPageReturnValue> for PageResult
impl AsRef<OfflineHtmlPageReturnValue> for PageResult
sourcefn as_ref(&self) -> &OfflineHtmlPageReturnValue
fn as_ref(&self) -> &OfflineHtmlPageReturnValue
Converts this type into a shared reference of the (usually inferred) input type.
Auto Trait Implementations
impl RefUnwindSafe for PageResult
impl Send for PageResult
impl Sync for PageResult
impl Unpin for PageResult
impl UnwindSafe for PageResult
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more