pub struct TextEntry {
pub label: String,
pub hint: String,
pub inner_width: u16,
}Fields§
§label: String§hint: String§inner_width: u16Trait Implementations§
Auto Trait Implementations§
impl Freeze for TextEntry
impl RefUnwindSafe for TextEntry
impl Send for TextEntry
impl Sync for TextEntry
impl Unpin for TextEntry
impl UnsafeUnpin for TextEntry
impl UnwindSafe for TextEntry
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