Struct rust_tdlib::types::GetLoginUrlInfo
source · [−]pub struct GetLoginUrlInfo { /* private fields */ }Expand description
Returns information about a button of type inlineKeyboardButtonTypeLoginUrl. The method needs to be called when the user presses the button
Implementations
Trait Implementations
sourceimpl AsRef<GetLoginUrlInfo> for GetLoginUrlInfo
impl AsRef<GetLoginUrlInfo> for GetLoginUrlInfo
sourcefn as_ref(&self) -> &GetLoginUrlInfo
fn as_ref(&self) -> &GetLoginUrlInfo
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for GetLoginUrlInfo
impl Clone for GetLoginUrlInfo
sourcefn clone(&self) -> GetLoginUrlInfo
fn clone(&self) -> GetLoginUrlInfo
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 Debug for GetLoginUrlInfo
impl Debug for GetLoginUrlInfo
sourceimpl Default for GetLoginUrlInfo
impl Default for GetLoginUrlInfo
sourcefn default() -> GetLoginUrlInfo
fn default() -> GetLoginUrlInfo
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for GetLoginUrlInfo
impl<'de> Deserialize<'de> for GetLoginUrlInfo
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
sourceimpl Serialize for GetLoginUrlInfo
impl Serialize for GetLoginUrlInfo
impl TDLoginUrlInfo for GetLoginUrlInfo
Auto Trait Implementations
impl RefUnwindSafe for GetLoginUrlInfo
impl Send for GetLoginUrlInfo
impl Sync for GetLoginUrlInfo
impl Unpin for GetLoginUrlInfo
impl UnwindSafe for GetLoginUrlInfo
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