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