pub struct SecureValueErrorFile {
pub type: SecureValueType,
pub file_hash: Vec<u8>,
pub text: String,
}Expand description
Read secureValueErrorFile docs.
Generated from the following TL definition:
secureValueErrorFile#7a700873 type:SecureValueType file_hash:bytes text:string = SecureValueErrorFields§
§type: SecureValueType§file_hash: Vec<u8>§text: StringTrait Implementations§
Source§impl Clone for SecureValueErrorFile
impl Clone for SecureValueErrorFile
Source§fn clone(&self) -> SecureValueErrorFile
fn clone(&self) -> SecureValueErrorFile
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 SecureValueErrorFile
impl Debug for SecureValueErrorFile
Source§impl From<SecureValueErrorFile> for SecureValueError
impl From<SecureValueErrorFile> for SecureValueError
Source§fn from(x: SecureValueErrorFile) -> Self
fn from(x: SecureValueErrorFile) -> Self
Converts to this type from the input type.
Source§impl Identifiable for SecureValueErrorFile
impl Identifiable for SecureValueErrorFile
Source§const CONSTRUCTOR_ID: u32 = 2054162547
const CONSTRUCTOR_ID: u32 = 2054162547
The unique identifier for the type.
Source§impl PartialEq for SecureValueErrorFile
impl PartialEq for SecureValueErrorFile
Source§impl Serializable for SecureValueErrorFile
impl Serializable for SecureValueErrorFile
impl StructuralPartialEq for SecureValueErrorFile
Auto Trait Implementations§
impl Freeze for SecureValueErrorFile
impl RefUnwindSafe for SecureValueErrorFile
impl Send for SecureValueErrorFile
impl Sync for SecureValueErrorFile
impl Unpin for SecureValueErrorFile
impl UnsafeUnpin for SecureValueErrorFile
impl UnwindSafe for SecureValueErrorFile
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