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