pub struct InputTextHint<'s, 'v, S1: IntoCStr, S2: IntoCStr> { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl<'s, 'v, S1, S2> Freeze for InputTextHint<'s, 'v, S1, S2>
impl<'s, 'v, S1, S2> RefUnwindSafe for InputTextHint<'s, 'v, S1, S2>
impl<'s, 'v, S1, S2> !Send for InputTextHint<'s, 'v, S1, S2>
impl<'s, 'v, S1, S2> !Sync for InputTextHint<'s, 'v, S1, S2>
impl<'s, 'v, S1, S2> Unpin for InputTextHint<'s, 'v, S1, S2>
impl<'s, 'v, S1, S2> !UnwindSafe for InputTextHint<'s, 'v, S1, S2>
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