pub struct TextWidget<'a, T: Clone, U: Clone> { /* private fields */ }Expand description
A widget that can be truncated
Implementations§
Trait Implementations§
Source§impl<'a, T, U> Fitable<<T as WidthSliceable>::Output> for TextWidget<'a, T, U>
impl<'a, T, U> Fitable<<T as WidthSliceable>::Output> for TextWidget<'a, T, U>
Auto Trait Implementations§
impl<'a, T, U> Freeze for TextWidget<'a, T, U>
impl<'a, T, U> RefUnwindSafe for TextWidget<'a, T, U>where
T: RefUnwindSafe,
U: RefUnwindSafe,
impl<'a, T, U> Send for TextWidget<'a, T, U>
impl<'a, T, U> Sync for TextWidget<'a, T, U>
impl<'a, T, U> Unpin for TextWidget<'a, T, U>
impl<'a, T, U> UnwindSafe for TextWidget<'a, T, 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