pub enum PagerAction {
Show 47 variants
Back,
Down,
Up,
PageDown,
PageUp,
HalfDown,
HalfUp,
Top,
Bottom,
ToggleQuoted,
SkipQuoted,
NextMsg,
PrevMsg,
NextUndeleted,
PrevUndeleted,
Delete,
Undelete,
Flag,
ToggleNew,
Tag,
Undo,
Redraw,
Suspend,
Headers,
Search,
SearchNext,
SearchPrev,
SearchToggle,
Attachments,
Compose,
Reply,
GroupReply,
ListReply,
Forward,
Print,
Save,
Copy,
Pipe,
Bounce,
Resend,
Edit,
CreateAlias,
EnterCommand,
Help,
ListAction,
ErrorHistory,
WhatKey,
}Variants§
Back
Down
Up
PageDown
PageUp
HalfDown
HalfUp
Top
Bottom
ToggleQuoted
SkipQuoted
NextMsg
PrevMsg
NextUndeleted
PrevUndeleted
Delete
Undelete
Flag
ToggleNew
Tag
Undo
Redraw
Suspend
Headers
Search
SearchNext
SearchPrev
SearchToggle
Attachments
Compose
Reply
GroupReply
ListReply
Forward
Save
Copy
Pipe
Bounce
Resend
Edit
CreateAlias
EnterCommand
Help
ListAction
ErrorHistory
WhatKey
Implementations§
Trait Implementations§
Source§impl Clone for PagerAction
impl Clone for PagerAction
impl Copy for PagerAction
Source§impl Debug for PagerAction
impl Debug for PagerAction
impl Eq for PagerAction
Source§impl PartialEq for PagerAction
impl PartialEq for PagerAction
impl StructuralPartialEq for PagerAction
Auto Trait Implementations§
impl Freeze for PagerAction
impl RefUnwindSafe for PagerAction
impl Send for PagerAction
impl Sync for PagerAction
impl Unpin for PagerAction
impl UnsafeUnpin for PagerAction
impl UnwindSafe for PagerAction
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.