Struct mogram::api::query::InlineQueryResultArticle
source · pub struct InlineQueryResultArticle {
pub id: String,
pub result_type: String,
pub title: String,
pub input_message_content: InputMessageContent,
}Fields§
§id: StringUnique identifier for this result, 1-64 Bytes
result_type: StringType of the result
title: StringTitle of the result
input_message_content: InputMessageContentContent of the message to be sent
Trait Implementations§
source§impl Clone for InlineQueryResultArticle
impl Clone for InlineQueryResultArticle
source§fn clone(&self) -> InlineQueryResultArticle
fn clone(&self) -> InlineQueryResultArticle
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for InlineQueryResultArticle
impl Debug for InlineQueryResultArticle
source§impl Default for InlineQueryResultArticle
impl Default for InlineQueryResultArticle
source§fn default() -> InlineQueryResultArticle
fn default() -> InlineQueryResultArticle
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for InlineQueryResultArticle
impl Send for InlineQueryResultArticle
impl Sync for InlineQueryResultArticle
impl Unpin for InlineQueryResultArticle
impl UnwindSafe for InlineQueryResultArticle
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