Struct rust_tdlib::types::InlineKeyboardButtonTypeLoginUrl
source · [−]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
sourceimpl AsRef<InlineKeyboardButtonTypeLoginUrl> for InlineKeyboardButtonTypeLoginUrl
impl AsRef<InlineKeyboardButtonTypeLoginUrl> for InlineKeyboardButtonTypeLoginUrl
sourcefn as_ref(&self) -> &InlineKeyboardButtonTypeLoginUrl
fn as_ref(&self) -> &InlineKeyboardButtonTypeLoginUrl
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for InlineKeyboardButtonTypeLoginUrl
impl Clone for InlineKeyboardButtonTypeLoginUrl
sourcefn clone(&self) -> InlineKeyboardButtonTypeLoginUrl
fn clone(&self) -> InlineKeyboardButtonTypeLoginUrl
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for InlineKeyboardButtonTypeLoginUrl
impl Default for InlineKeyboardButtonTypeLoginUrl
sourcefn default() -> InlineKeyboardButtonTypeLoginUrl
fn default() -> InlineKeyboardButtonTypeLoginUrl
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for InlineKeyboardButtonTypeLoginUrl
impl<'de> Deserialize<'de> for InlineKeyboardButtonTypeLoginUrl
sourcefn 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 RefUnwindSafe for InlineKeyboardButtonTypeLoginUrl
impl Send for InlineKeyboardButtonTypeLoginUrl
impl Sync for InlineKeyboardButtonTypeLoginUrl
impl Unpin for InlineKeyboardButtonTypeLoginUrl
impl UnwindSafe for InlineKeyboardButtonTypeLoginUrl
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more