pub struct InputTypeResult {
pub text_length: usize,
pub enter: bool,
pub delay_ms: Option<u64>,
pub policy: ActionPolicyResult,
pub meta: ActionMeta,
}Fields§
§text_length: usize§enter: bool§delay_ms: Option<u64>§policy: ActionPolicyResult§meta: ActionMetaTrait Implementations§
Source§impl Clone for InputTypeResult
impl Clone for InputTypeResult
Source§fn clone(&self) -> InputTypeResult
fn clone(&self) -> InputTypeResult
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 Debug for InputTypeResult
impl Debug for InputTypeResult
Auto Trait Implementations§
impl Freeze for InputTypeResult
impl RefUnwindSafe for InputTypeResult
impl Send for InputTypeResult
impl Sync for InputTypeResult
impl Unpin for InputTypeResult
impl UnsafeUnpin for InputTypeResult
impl UnwindSafe for InputTypeResult
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