pub struct StatusLineCfg<U: Ui> { /* private fields */ }Implementations§
Source§impl<U: Ui> StatusLineCfg<U>
impl<U: Ui> StatusLineCfg<U>
pub fn new() -> Self
pub fn new_with( (pre_fn, checker): (Box<dyn FnMut(Builder, &FileReader<U>) -> Text + 'static>, Box<dyn Fn() -> bool + 'static>), specs: PushSpecs, ) -> Self
pub fn above(self) -> Self
pub fn align_left(self) -> Self
pub fn push_left(self) -> Self
pub fn push_left_centered(self) -> Self
Trait Implementations§
Source§impl<U: Ui> Default for StatusLineCfg<U>
impl<U: Ui> Default for StatusLineCfg<U>
Auto Trait Implementations§
impl<U> Freeze for StatusLineCfg<U>
impl<U> !RefUnwindSafe for StatusLineCfg<U>
impl<U> !Send for StatusLineCfg<U>
impl<U> !Sync for StatusLineCfg<U>
impl<U> Unpin for StatusLineCfg<U>
impl<U> !UnwindSafe for StatusLineCfg<U>
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