pub struct InputOwnedTextAssistKeyOptions {
pub match_mode: TextAssistMatchMode,
pub wrap_navigation: bool,
pub page_step: usize,
}Fields§
§match_mode: TextAssistMatchMode§page_step: usizeTrait Implementations§
Source§impl Clone for InputOwnedTextAssistKeyOptions
impl Clone for InputOwnedTextAssistKeyOptions
Source§fn clone(&self) -> InputOwnedTextAssistKeyOptions
fn clone(&self) -> InputOwnedTextAssistKeyOptions
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl PartialEq for InputOwnedTextAssistKeyOptions
impl PartialEq for InputOwnedTextAssistKeyOptions
Source§fn eq(&self, other: &InputOwnedTextAssistKeyOptions) -> bool
fn eq(&self, other: &InputOwnedTextAssistKeyOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for InputOwnedTextAssistKeyOptions
impl Eq for InputOwnedTextAssistKeyOptions
impl StructuralPartialEq for InputOwnedTextAssistKeyOptions
Auto Trait Implementations§
impl Freeze for InputOwnedTextAssistKeyOptions
impl RefUnwindSafe for InputOwnedTextAssistKeyOptions
impl Send for InputOwnedTextAssistKeyOptions
impl Sync for InputOwnedTextAssistKeyOptions
impl Unpin for InputOwnedTextAssistKeyOptions
impl UnsafeUnpin for InputOwnedTextAssistKeyOptions
impl UnwindSafe for InputOwnedTextAssistKeyOptions
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