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