pub struct TelegramReplyParameters {
pub message_id: i64,
}Fields§
§message_id: i64Trait Implementations§
Source§impl Clone for TelegramReplyParameters
impl Clone for TelegramReplyParameters
Source§fn clone(&self) -> TelegramReplyParameters
fn clone(&self) -> TelegramReplyParameters
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 TelegramReplyParameters
impl Debug for TelegramReplyParameters
impl Eq for TelegramReplyParameters
Source§impl PartialEq for TelegramReplyParameters
impl PartialEq for TelegramReplyParameters
Source§impl Serialize for TelegramReplyParameters
impl Serialize for TelegramReplyParameters
impl StructuralPartialEq for TelegramReplyParameters
Auto Trait Implementations§
impl Freeze for TelegramReplyParameters
impl RefUnwindSafe for TelegramReplyParameters
impl Send for TelegramReplyParameters
impl Sync for TelegramReplyParameters
impl Unpin for TelegramReplyParameters
impl UnsafeUnpin for TelegramReplyParameters
impl UnwindSafe for TelegramReplyParameters
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.