pub enum PassportAuthorizationForm {
PassportAuthorizationForm(PassportAuthorizationForm),
}
Variants§
PassportAuthorizationForm(PassportAuthorizationForm)
Contains information about a Telegram Passport authorization form that was requested
Trait Implementations§
Source§impl Clone for PassportAuthorizationForm
impl Clone for PassportAuthorizationForm
Source§fn clone(&self) -> PassportAuthorizationForm
fn clone(&self) -> PassportAuthorizationForm
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 PassportAuthorizationForm
impl Debug for PassportAuthorizationForm
Source§impl<'de> Deserialize<'de> for PassportAuthorizationForm
impl<'de> Deserialize<'de> for PassportAuthorizationForm
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 StructuralPartialEq for PassportAuthorizationForm
Auto Trait Implementations§
impl Freeze for PassportAuthorizationForm
impl RefUnwindSafe for PassportAuthorizationForm
impl Send for PassportAuthorizationForm
impl Sync for PassportAuthorizationForm
impl Unpin for PassportAuthorizationForm
impl UnwindSafe for PassportAuthorizationForm
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