pub struct PagerScrollbar {
pub text_info: TextInfo,
pub character: char,
pub padding: u32,
}
Fields§
§text_info: TextInfo
§character: char
§padding: u32
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PagerScrollbar
impl RefUnwindSafe for PagerScrollbar
impl Send for PagerScrollbar
impl Sync for PagerScrollbar
impl Unpin for PagerScrollbar
impl UnwindSafe for PagerScrollbar
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