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