pub struct CreateImeProxyError {
pub editor: RawTextEditorProxy,
pub options: AttachOptions,
pub error_code: InputMethodErrorCode,
}Fields§
§editor: RawTextEditorProxy§options: AttachOptions§error_code: InputMethodErrorCodeTrait Implementations§
Auto Trait Implementations§
impl !Send for CreateImeProxyError
impl !Sync for CreateImeProxyError
impl Freeze for CreateImeProxyError
impl RefUnwindSafe for CreateImeProxyError
impl Unpin for CreateImeProxyError
impl UnsafeUnpin for CreateImeProxyError
impl UnwindSafe for CreateImeProxyError
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