Struct rust_tdlib::types::EncryptedCredentials
source · [−]pub struct EncryptedCredentials { /* private fields */ }
Expand description
Contains encrypted Telegram Passport data credentials
Implementations
Trait Implementations
sourceimpl AsRef<EncryptedCredentials> for EncryptedCredentials
impl AsRef<EncryptedCredentials> for EncryptedCredentials
sourcefn as_ref(&self) -> &EncryptedCredentials
fn as_ref(&self) -> &EncryptedCredentials
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for EncryptedCredentials
impl Clone for EncryptedCredentials
sourcefn clone(&self) -> EncryptedCredentials
fn clone(&self) -> EncryptedCredentials
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 EncryptedCredentials
impl Debug for EncryptedCredentials
sourceimpl Default for EncryptedCredentials
impl Default for EncryptedCredentials
sourcefn default() -> EncryptedCredentials
fn default() -> EncryptedCredentials
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for EncryptedCredentials
impl<'de> Deserialize<'de> for EncryptedCredentials
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 EncryptedCredentials
impl Serialize for EncryptedCredentials
Auto Trait Implementations
impl RefUnwindSafe for EncryptedCredentials
impl Send for EncryptedCredentials
impl Sync for EncryptedCredentials
impl Unpin for EncryptedCredentials
impl UnwindSafe for EncryptedCredentials
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