pub struct InputPassportElementUtilityBill {
pub utility_bill: InputPersonalDocument,
}
Expand description
A Telegram Passport element to be saved containing the user’s utility bill
Fields§
§utility_bill: InputPersonalDocument
The utility bill to be saved
Trait Implementations§
Source§impl Clone for InputPassportElementUtilityBill
impl Clone for InputPassportElementUtilityBill
Source§fn clone(&self) -> InputPassportElementUtilityBill
fn clone(&self) -> InputPassportElementUtilityBill
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 InputPassportElementUtilityBill
impl<'de> Deserialize<'de> for InputPassportElementUtilityBill
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 InputPassportElementUtilityBill
impl RefUnwindSafe for InputPassportElementUtilityBill
impl Send for InputPassportElementUtilityBill
impl Sync for InputPassportElementUtilityBill
impl Unpin for InputPassportElementUtilityBill
impl UnwindSafe for InputPassportElementUtilityBill
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