pub struct Repeat<'a, T> { /* private fields */ }Expand description
A text widget that repeats its content arbitrarily many times.
Implementations§
Trait Implementations§
Source§impl<'a, T, U> WidthSliceable for Repeat<'a, T>where
T: BoundedWidth + WidthSliceable<Output = T> + Joinable<T, Output = U>,
U: Default + Joinable<U, Output = U> + Joinable<T, Output = U> + BoundedWidth + 'a,
impl<'a, T, U> WidthSliceable for Repeat<'a, T>where
T: BoundedWidth + WidthSliceable<Output = T> + Joinable<T, Output = U>,
U: Default + Joinable<U, Output = U> + Joinable<T, Output = U> + BoundedWidth + 'a,
Auto Trait Implementations§
impl<'a, T> Freeze for Repeat<'a, T>where
T: Freeze,
impl<'a, T> RefUnwindSafe for Repeat<'a, T>where
T: RefUnwindSafe,
impl<'a, T> Send for Repeat<'a, T>where
T: Send,
impl<'a, T> Sync for Repeat<'a, T>where
T: Sync,
impl<'a, T> Unpin for Repeat<'a, T>where
T: Unpin,
impl<'a, T> UnwindSafe for Repeat<'a, T>where
T: UnwindSafe,
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