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