pub struct Pager<W: Widget = LogBook>(/* private fields */);Expand description
A simple mode, meant for scrolling and searching through Text
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<W> Freeze for Pager<W>
impl<W> RefUnwindSafe for Pager<W>where
W: RefUnwindSafe,
impl<W> Send for Pager<W>
impl<W> Sync for Pager<W>where
W: Sync,
impl<W> Unpin for Pager<W>where
W: Unpin,
impl<W> UnsafeUnpin for Pager<W>
impl<W> UnwindSafe for Pager<W>where
W: UnwindSafe,
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