pub struct KeyboardButtonRequestPhone {
pub style: Option<KeyboardButtonStyle>,
pub text: String,
}Expand description
Read keyboardButtonRequestPhone docs.
Generated from the following TL definition:
keyboardButtonRequestPhone#417efd8f flags:# style:flags.10?KeyboardButtonStyle text:string = KeyboardButtonFields§
§style: Option<KeyboardButtonStyle>§text: StringTrait Implementations§
Source§impl Clone for KeyboardButtonRequestPhone
impl Clone for KeyboardButtonRequestPhone
Source§fn clone(&self) -> KeyboardButtonRequestPhone
fn clone(&self) -> KeyboardButtonRequestPhone
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 KeyboardButtonRequestPhone
impl Debug for KeyboardButtonRequestPhone
Source§impl From<KeyboardButtonRequestPhone> for KeyboardButton
impl From<KeyboardButtonRequestPhone> for KeyboardButton
Source§fn from(x: KeyboardButtonRequestPhone) -> Self
fn from(x: KeyboardButtonRequestPhone) -> Self
Converts to this type from the input type.
Source§impl Identifiable for KeyboardButtonRequestPhone
impl Identifiable for KeyboardButtonRequestPhone
Source§const CONSTRUCTOR_ID: u32 = 1098841487
const CONSTRUCTOR_ID: u32 = 1098841487
The unique identifier for the type.
impl StructuralPartialEq for KeyboardButtonRequestPhone
Auto Trait Implementations§
impl Freeze for KeyboardButtonRequestPhone
impl RefUnwindSafe for KeyboardButtonRequestPhone
impl Send for KeyboardButtonRequestPhone
impl Sync for KeyboardButtonRequestPhone
impl Unpin for KeyboardButtonRequestPhone
impl UnsafeUnpin for KeyboardButtonRequestPhone
impl UnwindSafe for KeyboardButtonRequestPhone
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