pub struct ContentLoadingArgs(/* private fields */);Expand description
Details about content that is starting to load, delivered to a
WebView::on_content_loading handler.
Implementations§
Source§impl ContentLoadingArgs
impl ContentLoadingArgs
Sourcepub fn is_error_page(&self) -> bool
pub fn is_error_page(&self) -> bool
Returns true if the loading content is the error page.
Returns the unique identifier for the navigation.
Auto Trait Implementations§
impl !Send for ContentLoadingArgs
impl !Sync for ContentLoadingArgs
impl Freeze for ContentLoadingArgs
impl RefUnwindSafe for ContentLoadingArgs
impl Unpin for ContentLoadingArgs
impl UnsafeUnpin for ContentLoadingArgs
impl UnwindSafe for ContentLoadingArgs
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