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