pub struct UnpinAllForumTopicMessagesBuilder { /* private fields */ }Expand description
Builder for the UnpinAllForumTopicMessages structure
Implementations§
Trait Implementations§
Source§impl Builder for UnpinAllForumTopicMessagesBuilder
impl Builder for UnpinAllForumTopicMessagesBuilder
Source§type Value = UnpinAllForumTopicMessages
type Value = UnpinAllForumTopicMessages
Type to be built
Auto Trait Implementations§
impl Freeze for UnpinAllForumTopicMessagesBuilder
impl RefUnwindSafe for UnpinAllForumTopicMessagesBuilder
impl Send for UnpinAllForumTopicMessagesBuilder
impl Sync for UnpinAllForumTopicMessagesBuilder
impl Unpin for UnpinAllForumTopicMessagesBuilder
impl UnwindSafe for UnpinAllForumTopicMessagesBuilder
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