Struct soroban_env_guest::xdr::SignatureHint
Tuple Fields§
§0: [u8; 4]
Implementations§
§impl SignatureHint
impl SignatureHint
Trait Implementations§
§impl AsRef<[u8; 4]> for SignatureHint
impl AsRef<[u8; 4]> for SignatureHint
§impl AsRef<[u8]> for SignatureHint
impl AsRef<[u8]> for SignatureHint
§impl Clone for SignatureHint
impl Clone for SignatureHint
§fn clone(&self) -> SignatureHint
fn clone(&self) -> SignatureHint
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 SignatureHint
impl Debug for SignatureHint
§impl Display for SignatureHint
impl Display for SignatureHint
§impl From<[u8; 4]> for SignatureHint
impl From<[u8; 4]> for SignatureHint
§fn from(x: [u8; 4]) -> SignatureHint
fn from(x: [u8; 4]) -> SignatureHint
Converts to this type from the input type.
§impl Hash for SignatureHint
impl Hash for SignatureHint
§impl Ord for SignatureHint
impl Ord for SignatureHint
§impl PartialEq<SignatureHint> for SignatureHint
impl PartialEq<SignatureHint> for SignatureHint
§fn eq(&self, other: &SignatureHint) -> bool
fn eq(&self, other: &SignatureHint) -> bool
§impl PartialOrd<SignatureHint> for SignatureHint
impl PartialOrd<SignatureHint> for SignatureHint
§fn partial_cmp(&self, other: &SignatureHint) -> Option<Ordering>
fn partial_cmp(&self, other: &SignatureHint) -> 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