enum PageControl {
Current,
Default,
Changable,
}Variants§
Trait Implementations§
Source§impl Clone for PageControl
impl Clone for PageControl
Source§fn clone(&self) -> PageControl
fn clone(&self) -> PageControl
Returns a copy of the value. Read more
1.0.0 · 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 PageControl
impl Debug for PageControl
Source§impl PartialEq for PageControl
impl PartialEq for PageControl
impl Copy for PageControl
impl Eq for PageControl
impl StructuralPartialEq for PageControl
Auto Trait Implementations§
impl Freeze for PageControl
impl RefUnwindSafe for PageControl
impl Send for PageControl
impl Sync for PageControl
impl Unpin for PageControl
impl UnwindSafe for PageControl
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