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