pub struct SecureValueErrorFrontSide {
pub type: SecureValueType,
pub file_hash: Vec<u8>,
pub text: String,
}Expand description
Generated from:
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 Deserializable for SecureValueErrorFrontSide
impl Deserializable for SecureValueErrorFrontSide
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<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 = 0x00be3dfa
const CONSTRUCTOR_ID: u32 = 0x00be3dfa
The constructor ID as specified in the TL schema.
Source§impl TryFrom<SecureValueError> for SecureValueErrorFrontSide
impl TryFrom<SecureValueError> for SecureValueErrorFrontSide
Source§type Error = SecureValueError
type Error = SecureValueError
The type returned in the event of a conversion error.
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