pub struct InputPassportElementTemporaryRegistration {
pub temporary_registration: InputPersonalDocument,
}Expand description
A Telegram Passport element to be saved containing the user’s temporary registration
Fields§
§temporary_registration: InputPersonalDocumentThe temporary registration document to be saved
Trait Implementations§
Source§impl Clone for InputPassportElementTemporaryRegistration
impl Clone for InputPassportElementTemporaryRegistration
Source§fn clone(&self) -> InputPassportElementTemporaryRegistration
fn clone(&self) -> InputPassportElementTemporaryRegistration
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<'de> Deserialize<'de> for InputPassportElementTemporaryRegistration
impl<'de> Deserialize<'de> for InputPassportElementTemporaryRegistration
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
Auto Trait Implementations§
impl Freeze for InputPassportElementTemporaryRegistration
impl RefUnwindSafe for InputPassportElementTemporaryRegistration
impl Send for InputPassportElementTemporaryRegistration
impl Sync for InputPassportElementTemporaryRegistration
impl Unpin for InputPassportElementTemporaryRegistration
impl UnwindSafe for InputPassportElementTemporaryRegistration
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