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