Struct soroban_env_guest::xdr::HmacSha256Key
Fields§
§key: [u8; 32]
Trait Implementations§
§impl Clone for HmacSha256Key
impl Clone for HmacSha256Key
§fn clone(&self) -> HmacSha256Key
fn clone(&self) -> HmacSha256Key
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§impl Debug for HmacSha256Key
impl Debug for HmacSha256Key
§impl Hash for HmacSha256Key
impl Hash for HmacSha256Key
§impl Ord for HmacSha256Key
impl Ord for HmacSha256Key
§impl PartialEq<HmacSha256Key> for HmacSha256Key
impl PartialEq<HmacSha256Key> for HmacSha256Key
§fn eq(&self, other: &HmacSha256Key) -> bool
fn eq(&self, other: &HmacSha256Key) -> bool
§impl PartialOrd<HmacSha256Key> for HmacSha256Key
impl PartialOrd<HmacSha256Key> for HmacSha256Key
§fn partial_cmp(&self, other: &HmacSha256Key) -> Option<Ordering>
fn partial_cmp(&self, other: &HmacSha256Key) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more