pub struct TelegramWebhookReply {
pub method: &'static str,
pub chat_id: i64,
pub text: String,
pub parse_mode: &'static str,
pub reply_parameters: TelegramReplyParameters,
}Fields§
§method: &'static str§chat_id: i64§text: String§parse_mode: &'static str§reply_parameters: TelegramReplyParametersTrait Implementations§
Source§impl Clone for TelegramWebhookReply
impl Clone for TelegramWebhookReply
Source§fn clone(&self) -> TelegramWebhookReply
fn clone(&self) -> TelegramWebhookReply
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TelegramWebhookReply
impl Debug for TelegramWebhookReply
impl Eq for TelegramWebhookReply
Source§impl PartialEq for TelegramWebhookReply
impl PartialEq for TelegramWebhookReply
Source§impl Serialize for TelegramWebhookReply
impl Serialize for TelegramWebhookReply
impl StructuralPartialEq for TelegramWebhookReply
Auto Trait Implementations§
impl Freeze for TelegramWebhookReply
impl RefUnwindSafe for TelegramWebhookReply
impl Send for TelegramWebhookReply
impl Sync for TelegramWebhookReply
impl Unpin for TelegramWebhookReply
impl UnsafeUnpin for TelegramWebhookReply
impl UnwindSafe for TelegramWebhookReply
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.