pub struct PinChatMessageRequest {
pub chat_id: ChatId,
pub message_id: MessageId,
pub disable_notification: Option<bool>,
}Fields§
§chat_id: ChatId§message_id: MessageId§disable_notification: Option<bool>Trait Implementations§
Source§impl Clone for PinChatMessageRequest
impl Clone for PinChatMessageRequest
Source§fn clone(&self) -> PinChatMessageRequest
fn clone(&self) -> PinChatMessageRequest
Returns a duplicate 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 PinChatMessageRequest
impl Debug for PinChatMessageRequest
Auto Trait Implementations§
impl Freeze for PinChatMessageRequest
impl RefUnwindSafe for PinChatMessageRequest
impl Send for PinChatMessageRequest
impl Sync for PinChatMessageRequest
impl Unpin for PinChatMessageRequest
impl UnsafeUnpin for PinChatMessageRequest
impl UnwindSafe for PinChatMessageRequest
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