pub struct SecureValueHash {
pub type: SecureValueType,
pub hash: Vec<u8>,
}Expand description
Generated from the following TL definition:
secureValueHash#ed1ecdb0 type:SecureValueType hash:bytes = SecureValueHashFields§
§type: SecureValueType§hash: Vec<u8>Trait Implementations§
Source§impl Clone for SecureValueHash
impl Clone for SecureValueHash
Source§fn clone(&self) -> SecureValueHash
fn clone(&self) -> SecureValueHash
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 SecureValueHash
impl Debug for SecureValueHash
Source§impl Deserializable for SecureValueHash
impl Deserializable for SecureValueHash
Source§impl From<SecureValueHash> for SecureValueHash
impl From<SecureValueHash> for SecureValueHash
Source§fn from(x: SecureValueHash) -> Self
fn from(x: SecureValueHash) -> Self
Converts to this type from the input type.
Source§impl From<SecureValueHash> for SecureValueHash
impl From<SecureValueHash> for SecureValueHash
Source§fn from(x: SecureValueHash) -> Self
fn from(x: SecureValueHash) -> Self
Converts to this type from the input type.
Source§impl Identifiable for SecureValueHash
impl Identifiable for SecureValueHash
Source§const CONSTRUCTOR_ID: u32 = 3978218928
const CONSTRUCTOR_ID: u32 = 3978218928
The unique identifier for the type.
Source§impl PartialEq for SecureValueHash
impl PartialEq for SecureValueHash
Source§impl Serializable for SecureValueHash
impl Serializable for SecureValueHash
impl StructuralPartialEq for SecureValueHash
Auto Trait Implementations§
impl Freeze for SecureValueHash
impl RefUnwindSafe for SecureValueHash
impl Send for SecureValueHash
impl Sync for SecureValueHash
impl Unpin for SecureValueHash
impl UnsafeUnpin for SecureValueHash
impl UnwindSafe for SecureValueHash
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