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