Struct tg_flows::MessagePinned
source · pub struct MessagePinned {
pub pinned: Box<Message>,
}Fields§
§pinned: Box<Message>Specified message was pinned. Note that the Message object in this
field will not contain further reply_to_message fields even if it
is itself a reply.
Trait Implementations§
source§impl Clone for MessagePinned
impl Clone for MessagePinned
source§fn clone(&self) -> MessagePinned
fn clone(&self) -> MessagePinned
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 MessagePinned
impl Debug for MessagePinned
source§impl<'de> Deserialize<'de> for MessagePinned
impl<'de> Deserialize<'de> for MessagePinned
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<MessagePinned> for MessagePinned
impl PartialEq<MessagePinned> for MessagePinned
source§fn eq(&self, other: &MessagePinned) -> bool
fn eq(&self, other: &MessagePinned) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for MessagePinned
impl Serialize for MessagePinned
impl StructuralPartialEq for MessagePinned
Auto Trait Implementations§
impl RefUnwindSafe for MessagePinned
impl Send for MessagePinned
impl Sync for MessagePinned
impl Unpin for MessagePinned
impl UnwindSafe for MessagePinned
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