pub struct ReplyCtx(pub Value);Expand description
Platform-opaque context handed back unmodified to Platform::reply/edit.
Concrete shape is decided by each adapter (e.g. Telegram stores chat_id).
Tuple Fields§
§0: ValueTrait Implementations§
impl StructuralPartialEq for ReplyCtx
Auto Trait Implementations§
impl Freeze for ReplyCtx
impl RefUnwindSafe for ReplyCtx
impl Send for ReplyCtx
impl Sync for ReplyCtx
impl Unpin for ReplyCtx
impl UnsafeUnpin for ReplyCtx
impl UnwindSafe for ReplyCtx
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