Enum ruma_client_api::r0::typing::create_typing_event::Typing [−][src]
pub enum Typing {
No,
Yes(Duration),
}Expand description
A mark for whether the user is typing within a length of time or not.
Variants
Not typing.
Yes(Duration)Typing during the specified length of time.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Typingimpl UnwindSafe for TypingBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more