pub struct InlineKeyboardButtonTypeLoginUrl { /* private fields */ }Expand description
A button that opens a specified URL and automatically authorize the current user if allowed to do so
Implementations§
Trait Implementations§
Source§impl AsRef<InlineKeyboardButtonTypeLoginUrl> for InlineKeyboardButtonTypeLoginUrl
impl AsRef<InlineKeyboardButtonTypeLoginUrl> for InlineKeyboardButtonTypeLoginUrl
Source§fn as_ref(&self) -> &InlineKeyboardButtonTypeLoginUrl
fn as_ref(&self) -> &InlineKeyboardButtonTypeLoginUrl
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for InlineKeyboardButtonTypeLoginUrl
impl Clone for InlineKeyboardButtonTypeLoginUrl
Source§fn clone(&self) -> InlineKeyboardButtonTypeLoginUrl
fn clone(&self) -> InlineKeyboardButtonTypeLoginUrl
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 Default for InlineKeyboardButtonTypeLoginUrl
impl Default for InlineKeyboardButtonTypeLoginUrl
Source§fn default() -> InlineKeyboardButtonTypeLoginUrl
fn default() -> InlineKeyboardButtonTypeLoginUrl
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InlineKeyboardButtonTypeLoginUrl
impl<'de> Deserialize<'de> for InlineKeyboardButtonTypeLoginUrl
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl TDInlineKeyboardButtonType for InlineKeyboardButtonTypeLoginUrl
Auto Trait Implementations§
impl Freeze for InlineKeyboardButtonTypeLoginUrl
impl RefUnwindSafe for InlineKeyboardButtonTypeLoginUrl
impl Send for InlineKeyboardButtonTypeLoginUrl
impl Sync for InlineKeyboardButtonTypeLoginUrl
impl Unpin for InlineKeyboardButtonTypeLoginUrl
impl UnwindSafe for InlineKeyboardButtonTypeLoginUrl
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