pub struct InlineResult {
pub raw: BotInlineResult,
/* private fields */
}Expand description
Item returned by Client::inline_query.
Fields§
§raw: BotInlineResultImplementations§
Auto Trait Implementations§
impl Freeze for InlineResult
impl !RefUnwindSafe for InlineResult
impl Send for InlineResult
impl Sync for InlineResult
impl Unpin for InlineResult
impl UnsafeUnpin for InlineResult
impl !UnwindSafe for InlineResult
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