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