pub struct SecureValueErrorTranslationFiles {
pub type: SecureValueType,
pub file_hash: Vec<Vec<u8>>,
pub text: String,
}Expand description
secureValueErrorTranslationFiles
Generated from:
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 Deserializable for SecureValueErrorTranslationFiles
impl Deserializable for SecureValueErrorTranslationFiles
Source§fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
Read
Self from buf, advancing its position.Source§fn from_bytes(bytes: &[u8]) -> Result<Self>
fn from_bytes(bytes: &[u8]) -> Result<Self>
Convenience: deserialize from a byte slice.
Source§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 = 0x34636dd8
const CONSTRUCTOR_ID: u32 = 0x34636dd8
The constructor ID as specified in the TL schema.
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 ==.Source§impl TryFrom<SecureValueError> for SecureValueErrorTranslationFiles
impl TryFrom<SecureValueError> for SecureValueErrorTranslationFiles
Source§type Error = SecureValueError
type Error = SecureValueError
The type returned in the event of a conversion error.
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