pub struct IMContextSimpleBuilder { /* private fields */ }Expand description
A builder-pattern type to construct IMContextSimple objects.
Implementations§
Source§impl IMContextSimpleBuilder
impl IMContextSimpleBuilder
pub fn input_hints(self, input_hints: InputHints) -> Self
pub fn input_purpose(self, input_purpose: InputPurpose) -> Self
Sourcepub fn build(self) -> IMContextSimple
pub fn build(self) -> IMContextSimple
Build the IMContextSimple.
Auto Trait Implementations§
impl Freeze for IMContextSimpleBuilder
impl RefUnwindSafe for IMContextSimpleBuilder
impl !Send for IMContextSimpleBuilder
impl !Sync for IMContextSimpleBuilder
impl Unpin for IMContextSimpleBuilder
impl UnwindSafe for IMContextSimpleBuilder
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