pub struct SecureCredentialsEncrypted {
pub data: Vec<u8>,
pub hash: Vec<u8>,
pub secret: Vec<u8>,
}Expand description
Read secureCredentialsEncrypted docs.
Generated from the following TL definition:
secureCredentialsEncrypted#33f0ea47 data:bytes hash:bytes secret:bytes = SecureCredentialsEncryptedFields§
§data: Vec<u8>§hash: Vec<u8>§secret: Vec<u8>Trait Implementations§
Source§impl Clone for SecureCredentialsEncrypted
impl Clone for SecureCredentialsEncrypted
Source§fn clone(&self) -> SecureCredentialsEncrypted
fn clone(&self) -> SecureCredentialsEncrypted
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 SecureCredentialsEncrypted
impl Debug for SecureCredentialsEncrypted
Source§impl From<SecureCredentialsEncrypted> for SecureCredentialsEncrypted
impl From<SecureCredentialsEncrypted> for SecureCredentialsEncrypted
Source§fn from(x: SecureCredentialsEncrypted) -> Self
fn from(x: SecureCredentialsEncrypted) -> Self
Converts to this type from the input type.
Source§impl From<SecureCredentialsEncrypted> for SecureCredentialsEncrypted
impl From<SecureCredentialsEncrypted> for SecureCredentialsEncrypted
Source§fn from(x: SecureCredentialsEncrypted) -> Self
fn from(x: SecureCredentialsEncrypted) -> Self
Converts to this type from the input type.
Source§impl Identifiable for SecureCredentialsEncrypted
impl Identifiable for SecureCredentialsEncrypted
Source§const CONSTRUCTOR_ID: u32 = 871426631
const CONSTRUCTOR_ID: u32 = 871426631
The unique identifier for the type.
impl StructuralPartialEq for SecureCredentialsEncrypted
Auto Trait Implementations§
impl Freeze for SecureCredentialsEncrypted
impl RefUnwindSafe for SecureCredentialsEncrypted
impl Send for SecureCredentialsEncrypted
impl Sync for SecureCredentialsEncrypted
impl Unpin for SecureCredentialsEncrypted
impl UnsafeUnpin for SecureCredentialsEncrypted
impl UnwindSafe for SecureCredentialsEncrypted
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