pub struct TypingData { /* private fields */ }Expand description
TypingData is a wrapper around a Vec<char> that can be used to send Key to the browser.
Implementations§
Trait Implementations§
Source§impl<S> Add<S> for TypingDatawhere
S: Into<TypingData>,
impl<S> Add<S> for TypingDatawhere
S: Into<TypingData>,
Source§impl Add<TypingData> for &str
impl Add<TypingData> for &str
Source§type Output = TypingData
type Output = TypingData
The resulting type after applying the
+ operator.Source§impl Add<TypingData> for String
impl Add<TypingData> for String
Source§type Output = TypingData
type Output = TypingData
The resulting type after applying the
+ operator.Source§impl Debug for TypingData
impl Debug for TypingData
Source§impl Display for TypingData
impl Display for TypingData
Source§impl From<Key> for TypingData
impl From<Key> for TypingData
Auto Trait Implementations§
impl Freeze for TypingData
impl RefUnwindSafe for TypingData
impl Send for TypingData
impl Sync for TypingData
impl Unpin for TypingData
impl UnwindSafe for TypingData
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
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> PolicyExt for Twhere
T: ?Sized,
impl<T> PolicyExt for Twhere
T: ?Sized,
Source§impl<T> ToStringFallible for Twhere
T: Display,
impl<T> ToStringFallible for Twhere
T: Display,
Source§fn try_to_string(&self) -> Result<String, TryReserveError>
fn try_to_string(&self) -> Result<String, TryReserveError>
ToString::to_string, but without panic on OOM.