pub struct SecureTextEditOutput {
pub response: Response,
pub state: SecureTextEditState,
pub cursor_range: Option<CCursorRange>,
}Fields§
§response: Response§state: SecureTextEditState§cursor_range: Option<CCursorRange>Auto Trait Implementations§
impl Freeze for SecureTextEditOutput
impl !RefUnwindSafe for SecureTextEditOutput
impl Send for SecureTextEditOutput
impl Sync for SecureTextEditOutput
impl Unpin for SecureTextEditOutput
impl !UnwindSafe for SecureTextEditOutput
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