pub struct HBox<'a, T: Truncateable> { /* private fields */ }Expand description
A displayable box of text widgets.
Implementations§
Trait Implementations§
Source§impl<'a, T: Truncateable> Default for HBox<'a, T>
impl<'a, T: Truncateable> Default for HBox<'a, T>
Source§impl<'a, T: Truncateable> FromIterator<Box<dyn Fitable<T> + 'a>> for HBox<'a, T>
impl<'a, T: Truncateable> FromIterator<Box<dyn Fitable<T> + 'a>> for HBox<'a, T>
Auto Trait Implementations§
impl<'a, T> Freeze for HBox<'a, T>
impl<'a, T> !RefUnwindSafe for HBox<'a, T>
impl<'a, T> !Send for HBox<'a, T>
impl<'a, T> !Sync for HBox<'a, T>
impl<'a, T> Unpin for HBox<'a, T>
impl<'a, T> !UnwindSafe for HBox<'a, T>
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