pub struct SystemPager;Expand description
Pages through the pager program installed on the system. Mirrors
rich.pager.SystemPager (which defers to pydoc.pager).
Trait Implementations§
Source§impl Clone for SystemPager
impl Clone for SystemPager
Source§fn clone(&self) -> SystemPager
fn clone(&self) -> SystemPager
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 SystemPager
Source§impl Debug for SystemPager
impl Debug for SystemPager
Source§impl Default for SystemPager
impl Default for SystemPager
Source§fn default() -> SystemPager
fn default() -> SystemPager
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SystemPager
impl RefUnwindSafe for SystemPager
impl Send for SystemPager
impl Sync for SystemPager
impl Unpin for SystemPager
impl UnsafeUnpin for SystemPager
impl UnwindSafe for SystemPager
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