pub struct SecureValueErrorSelfie {
pub type: SecureValueType,
pub file_hash: Vec<u8>,
pub text: String,
}Expand description
Generated from:
secureValueErrorSelfie#e537ced6 type:SecureValueType file_hash:bytes text:string = SecureValueErrorFields§
§type: SecureValueType§file_hash: Vec<u8>§text: StringTrait Implementations§
Source§impl Clone for SecureValueErrorSelfie
impl Clone for SecureValueErrorSelfie
Source§fn clone(&self) -> SecureValueErrorSelfie
fn clone(&self) -> SecureValueErrorSelfie
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 SecureValueErrorSelfie
impl Debug for SecureValueErrorSelfie
Source§impl Deserializable for SecureValueErrorSelfie
impl Deserializable for SecureValueErrorSelfie
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<SecureValueErrorSelfie> for SecureValueError
impl From<SecureValueErrorSelfie> for SecureValueError
Source§fn from(x: SecureValueErrorSelfie) -> Self
fn from(x: SecureValueErrorSelfie) -> Self
Converts to this type from the input type.
Source§impl Identifiable for SecureValueErrorSelfie
impl Identifiable for SecureValueErrorSelfie
Source§const CONSTRUCTOR_ID: u32 = 0xe537ced6
const CONSTRUCTOR_ID: u32 = 0xe537ced6
The constructor ID as specified in the TL schema.
Source§impl PartialEq for SecureValueErrorSelfie
impl PartialEq for SecureValueErrorSelfie
Source§impl TryFrom<SecureValueError> for SecureValueErrorSelfie
impl TryFrom<SecureValueError> for SecureValueErrorSelfie
Source§type Error = SecureValueError
type Error = SecureValueError
The type returned in the event of a conversion error.
impl StructuralPartialEq for SecureValueErrorSelfie
Auto Trait Implementations§
impl Freeze for SecureValueErrorSelfie
impl RefUnwindSafe for SecureValueErrorSelfie
impl Send for SecureValueErrorSelfie
impl Sync for SecureValueErrorSelfie
impl Unpin for SecureValueErrorSelfie
impl UnsafeUnpin for SecureValueErrorSelfie
impl UnwindSafe for SecureValueErrorSelfie
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