pub type WrappedKeyBytes = WrappedKeyBytesV32;
Aliased Type§
struct WrappedKeyBytes(pub [u8; 48]);
Fields§
§0: [u8; 48]
Trait Implementations§
Source§impl Default for WrappedKeyBytes
impl Default for WrappedKeyBytes
Source§impl Deref for WrappedKeyBytes
impl Deref for WrappedKeyBytes
Source§impl DerefMut for WrappedKeyBytes
impl DerefMut for WrappedKeyBytes
Source§impl<'de> Deserialize<'de> for WrappedKeyBytes
impl<'de> Deserialize<'de> for WrappedKeyBytes
Source§fn deserialize<D>(deserializer: D) -> Result<WrappedKeyBytes, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<WrappedKeyBytes, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for WrappedKeyBytes
impl Serialize for WrappedKeyBytes
Source§impl TypeFingerprint for WrappedKeyBytes
impl TypeFingerprint for WrappedKeyBytes
fn fingerprint() -> String
Source§impl Clone for WrappedKeyBytesV32
impl Clone for WrappedKeyBytesV32
Source§fn clone(&self) -> WrappedKeyBytesV32
fn clone(&self) -> WrappedKeyBytesV32
Returns a copy 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 more