pub struct Typing(pub Option<ChatActionGuard>);Expand description
Tuple Fields§
§0: Option<ChatActionGuard>Trait Implementations§
Source§impl FromContext for Typing
impl FromContext for Typing
Source§async fn from_context(ctx: &Context) -> Self
async fn from_context(ctx: &Context) -> Self
Extract data from the context
Auto Trait Implementations§
impl Freeze for Typing
impl RefUnwindSafe for Typing
impl Send for Typing
impl Sync for Typing
impl Unpin for Typing
impl UnsafeUnpin for Typing
impl UnwindSafe for Typing
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