pub enum PageHandler {
Pre,
Show,
Leave,
}Expand description
Page callback slot.
Variants§
Trait Implementations§
Source§impl Clone for PageHandler
impl Clone for PageHandler
Source§fn clone(&self) -> PageHandler
fn clone(&self) -> PageHandler
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 moreSource§impl Debug for PageHandler
impl Debug for PageHandler
Source§impl PartialEq for PageHandler
impl PartialEq for PageHandler
Source§fn eq(&self, other: &PageHandler) -> bool
fn eq(&self, other: &PageHandler) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PageHandler
impl Eq for PageHandler
impl StructuralPartialEq for PageHandler
Auto Trait Implementations§
impl Freeze for PageHandler
impl RefUnwindSafe for PageHandler
impl Send for PageHandler
impl Sync for PageHandler
impl Unpin for PageHandler
impl UnsafeUnpin for PageHandler
impl UnwindSafe for PageHandler
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