pub struct TextInputOptions {
pub multiline: bool,
pub read_only: bool,
pub empty_message: String,
}
Fields§
§multiline: bool
§read_only: bool
§empty_message: String
Auto Trait Implementations§
impl Freeze for TextInputOptions
impl RefUnwindSafe for TextInputOptions
impl Send for TextInputOptions
impl Sync for TextInputOptions
impl Unpin for TextInputOptions
impl UnwindSafe for TextInputOptions
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