pub struct KeyboardButtonRow {
pub buttons: Vec<KeyboardButton>,
}Expand description
Generated from the following TL definition:
keyboardButtonRow#77608b83 buttons:Vector<KeyboardButton> = KeyboardButtonRowFields§
Trait Implementations§
Source§impl Clone for KeyboardButtonRow
impl Clone for KeyboardButtonRow
Source§fn clone(&self) -> KeyboardButtonRow
fn clone(&self) -> KeyboardButtonRow
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 KeyboardButtonRow
impl Debug for KeyboardButtonRow
Source§impl Deserializable for KeyboardButtonRow
impl Deserializable for KeyboardButtonRow
Source§impl From<KeyboardButtonRow> for KeyboardButtonRow
impl From<KeyboardButtonRow> for KeyboardButtonRow
Source§fn from(x: KeyboardButtonRow) -> Self
fn from(x: KeyboardButtonRow) -> Self
Converts to this type from the input type.
Source§impl From<KeyboardButtonRow> for KeyboardButtonRow
impl From<KeyboardButtonRow> for KeyboardButtonRow
Source§fn from(x: KeyboardButtonRow) -> Self
fn from(x: KeyboardButtonRow) -> Self
Converts to this type from the input type.
Source§impl Identifiable for KeyboardButtonRow
impl Identifiable for KeyboardButtonRow
Source§const CONSTRUCTOR_ID: u32 = 2002815875
const CONSTRUCTOR_ID: u32 = 2002815875
The unique identifier for the type.
Source§impl PartialEq for KeyboardButtonRow
impl PartialEq for KeyboardButtonRow
Source§impl Serializable for KeyboardButtonRow
impl Serializable for KeyboardButtonRow
impl StructuralPartialEq for KeyboardButtonRow
Auto Trait Implementations§
impl Freeze for KeyboardButtonRow
impl RefUnwindSafe for KeyboardButtonRow
impl Send for KeyboardButtonRow
impl Sync for KeyboardButtonRow
impl Unpin for KeyboardButtonRow
impl UnsafeUnpin for KeyboardButtonRow
impl UnwindSafe for KeyboardButtonRow
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