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