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