pub struct State<T: 'static, Dummy, U> { /* private fields */ }Expand description
A part of the StatusLine
This can either be a static part, like Text, impl Display
type, or it can be a reader of the File and its structs, or it
can update independently.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T, Dummy, U> Freeze for State<T, Dummy, U>
impl<T, Dummy, U> !RefUnwindSafe for State<T, Dummy, U>
impl<T, Dummy, U> Send for State<T, Dummy, U>
impl<T, Dummy, U> Sync for State<T, Dummy, U>
impl<T, Dummy, U> Unpin for State<T, Dummy, U>
impl<T, Dummy, U> !UnwindSafe for State<T, Dummy, 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