pub enum PageLoadState {
Started,
Finished,
}Expand description
Page-load lifecycle phase, passed to WebView::on_page_load.
Variants§
Trait Implementations§
Source§impl Clone for PageLoadState
impl Clone for PageLoadState
impl Copy for PageLoadState
Source§impl Debug for PageLoadState
impl Debug for PageLoadState
impl Eq for PageLoadState
Source§impl PartialEq for PageLoadState
impl PartialEq for PageLoadState
impl StructuralPartialEq for PageLoadState
Auto Trait Implementations§
impl Freeze for PageLoadState
impl RefUnwindSafe for PageLoadState
impl Send for PageLoadState
impl Sync for PageLoadState
impl Unpin for PageLoadState
impl UnsafeUnpin for PageLoadState
impl UnwindSafe for PageLoadState
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