pub struct SecureValueErrorTranslationFiles {
pub type: SecureValueType,
pub file_hash: Vec<Vec<u8>>,
pub text: String,
}Expand description
Read secureValueErrorTranslationFiles docs.
Generated from the following TL definition:
secureValueErrorTranslationFiles#34636dd8 type:SecureValueType file_hash:Vector<bytes> text:string = SecureValueErrorFields§
§type: SecureValueType§file_hash: Vec<Vec<u8>>§text: StringTrait Implementations§
Source§impl Clone for SecureValueErrorTranslationFiles
impl Clone for SecureValueErrorTranslationFiles
Source§fn clone(&self) -> SecureValueErrorTranslationFiles
fn clone(&self) -> SecureValueErrorTranslationFiles
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 From<SecureValueErrorTranslationFiles> for SecureValueError
impl From<SecureValueErrorTranslationFiles> for SecureValueError
Source§fn from(x: SecureValueErrorTranslationFiles) -> Self
fn from(x: SecureValueErrorTranslationFiles) -> Self
Converts to this type from the input type.
Source§impl Identifiable for SecureValueErrorTranslationFiles
impl Identifiable for SecureValueErrorTranslationFiles
Source§const CONSTRUCTOR_ID: u32 = 878931416
const CONSTRUCTOR_ID: u32 = 878931416
The unique identifier for the type.
Source§impl PartialEq for SecureValueErrorTranslationFiles
impl PartialEq for SecureValueErrorTranslationFiles
Source§fn eq(&self, other: &SecureValueErrorTranslationFiles) -> bool
fn eq(&self, other: &SecureValueErrorTranslationFiles) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SecureValueErrorTranslationFiles
Auto Trait Implementations§
impl Freeze for SecureValueErrorTranslationFiles
impl RefUnwindSafe for SecureValueErrorTranslationFiles
impl Send for SecureValueErrorTranslationFiles
impl Sync for SecureValueErrorTranslationFiles
impl Unpin for SecureValueErrorTranslationFiles
impl UnsafeUnpin for SecureValueErrorTranslationFiles
impl UnwindSafe for SecureValueErrorTranslationFiles
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