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