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