pub struct CloseGeneralForumTopicParams {
pub chat_id: ChatId,
}Fields§
§chat_id: ChatIdTrait Implementations§
Source§impl Clone for CloseGeneralForumTopicParams
impl Clone for CloseGeneralForumTopicParams
Source§fn clone(&self) -> CloseGeneralForumTopicParams
fn clone(&self) -> CloseGeneralForumTopicParams
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 CloseGeneralForumTopicParams
impl Debug for CloseGeneralForumTopicParams
Auto Trait Implementations§
impl Freeze for CloseGeneralForumTopicParams
impl RefUnwindSafe for CloseGeneralForumTopicParams
impl Send for CloseGeneralForumTopicParams
impl Sync for CloseGeneralForumTopicParams
impl Unpin for CloseGeneralForumTopicParams
impl UnsafeUnpin for CloseGeneralForumTopicParams
impl UnwindSafe for CloseGeneralForumTopicParams
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