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