pub struct TGKeyboardButtonPollType {
pub type: String,
}Fields§
§type: StringTrait Implementations§
Source§impl Clone for TGKeyboardButtonPollType
impl Clone for TGKeyboardButtonPollType
Source§fn clone(&self) -> TGKeyboardButtonPollType
fn clone(&self) -> TGKeyboardButtonPollType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TGKeyboardButtonPollType
impl Debug for TGKeyboardButtonPollType
Auto Trait Implementations§
impl Freeze for TGKeyboardButtonPollType
impl RefUnwindSafe for TGKeyboardButtonPollType
impl Send for TGKeyboardButtonPollType
impl Sync for TGKeyboardButtonPollType
impl Unpin for TGKeyboardButtonPollType
impl UnwindSafe for TGKeyboardButtonPollType
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