pub struct CreateTextEditorProxyError {
pub ime: Box<dyn Ime>,
pub reason: CreateTextEditorProxyErrorKind,
}Fields§
§ime: Box<dyn Ime>Returns the ime passed to RawTextEditorProxy::new.
reason: CreateTextEditorProxyErrorKindTrait Implementations§
Auto Trait Implementations§
impl Freeze for CreateTextEditorProxyError
impl !RefUnwindSafe for CreateTextEditorProxyError
impl Send for CreateTextEditorProxyError
impl Sync for CreateTextEditorProxyError
impl Unpin for CreateTextEditorProxyError
impl !UnwindSafe for CreateTextEditorProxyError
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