pub struct TextElement<T: DisplayExt + Clone> { /* private fields */ }
Trait Implementations§
Source§impl<T: DisplayExt + Clone> Deref for TextElement<T>
impl<T: DisplayExt + Clone> Deref for TextElement<T>
Source§impl<T: DisplayExt + Clone> DerefMut for TextElement<T>
impl<T: DisplayExt + Clone> DerefMut for TextElement<T>
Source§impl<T: DisplayExt + Clone> LayoutElement for TextElement<T>
impl<T: DisplayExt + Clone> LayoutElement for TextElement<T>
Source§impl<T: DisplayExt + Clone> LayoutWidgetWrapper<T> for TextElement<T>
impl<T: DisplayExt + Clone> LayoutWidgetWrapper<T> for TextElement<T>
Auto Trait Implementations§
impl<T> Freeze for TextElement<T>where
T: Freeze,
impl<T> RefUnwindSafe for TextElement<T>where
T: RefUnwindSafe,
impl<T> Send for TextElement<T>where
T: Send,
impl<T> Sync for TextElement<T>where
T: Sync,
impl<T> Unpin for TextElement<T>where
T: Unpin,
impl<T> UnwindSafe for TextElement<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