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