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