pub enum CreateTextEditorProxyErrorKind {
CreateProxyFailed,
RegisterCallbacksFailed(InputMethodErrorCode),
}Variants§
CreateProxyFailed
Indicates Out of Memory situation
RegisterCallbacksFailed(InputMethodErrorCode)
Registering the C callbacks failed.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CreateTextEditorProxyErrorKind
impl RefUnwindSafe for CreateTextEditorProxyErrorKind
impl Send for CreateTextEditorProxyErrorKind
impl Sync for CreateTextEditorProxyErrorKind
impl Unpin for CreateTextEditorProxyErrorKind
impl UnwindSafe for CreateTextEditorProxyErrorKind
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