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
Source§fn clone(&self) -> PageLoadState
fn clone(&self) -> PageLoadState
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl 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