pub struct UnpinAllForumTopicMessagesParams {
pub chat_id: ChatId,
pub message_thread_id: i32,
}Fields§
§chat_id: ChatId§message_thread_id: i32Implementations§
Source§impl UnpinAllForumTopicMessagesParams
impl UnpinAllForumTopicMessagesParams
Sourcepub fn builder() -> UnpinAllForumTopicMessagesParamsBuilder
pub fn builder() -> UnpinAllForumTopicMessagesParamsBuilder
Create an instance of UnpinAllForumTopicMessagesParams using the builder syntax
Trait Implementations§
Source§impl Clone for UnpinAllForumTopicMessagesParams
impl Clone for UnpinAllForumTopicMessagesParams
Source§fn clone(&self) -> UnpinAllForumTopicMessagesParams
fn clone(&self) -> UnpinAllForumTopicMessagesParams
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<'de> Deserialize<'de> for UnpinAllForumTopicMessagesParams
impl<'de> Deserialize<'de> for UnpinAllForumTopicMessagesParams
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 for UnpinAllForumTopicMessagesParams
impl PartialEq for UnpinAllForumTopicMessagesParams
Source§fn eq(&self, other: &UnpinAllForumTopicMessagesParams) -> bool
fn eq(&self, other: &UnpinAllForumTopicMessagesParams) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for UnpinAllForumTopicMessagesParams
impl StructuralPartialEq for UnpinAllForumTopicMessagesParams
Auto Trait Implementations§
impl Freeze for UnpinAllForumTopicMessagesParams
impl RefUnwindSafe for UnpinAllForumTopicMessagesParams
impl Send for UnpinAllForumTopicMessagesParams
impl Sync for UnpinAllForumTopicMessagesParams
impl Unpin for UnpinAllForumTopicMessagesParams
impl UnsafeUnpin for UnpinAllForumTopicMessagesParams
impl UnwindSafe for UnpinAllForumTopicMessagesParams
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