Struct move_lang::shared::AddressBytes
source · pub struct AddressBytes(_);
Implementations§
source§impl AddressBytes
impl AddressBytes
Trait Implementations§
source§impl AsRef<[u8]> for AddressBytes
impl AsRef<[u8]> for AddressBytes
source§impl Clone for AddressBytes
impl Clone for AddressBytes
source§fn clone(&self) -> AddressBytes
fn clone(&self) -> AddressBytes
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 moresource§impl Debug for AddressBytes
impl Debug for AddressBytes
source§impl Display for AddressBytes
impl Display for AddressBytes
source§impl Hash for AddressBytes
impl Hash for AddressBytes
source§impl LowerHex for AddressBytes
impl LowerHex for AddressBytes
source§impl Ord for AddressBytes
impl Ord for AddressBytes
source§fn cmp(&self, other: &AddressBytes) -> Ordering
fn cmp(&self, other: &AddressBytes) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<AddressBytes> for AddressBytes
impl PartialEq<AddressBytes> for AddressBytes
source§fn eq(&self, other: &AddressBytes) -> bool
fn eq(&self, other: &AddressBytes) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<AddressBytes> for AddressBytes
impl PartialOrd<AddressBytes> for AddressBytes
source§fn partial_cmp(&self, other: &AddressBytes) -> Option<Ordering>
fn partial_cmp(&self, other: &AddressBytes) -> 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 moresource§impl TryFrom<&[u8]> for AddressBytes
impl TryFrom<&[u8]> for AddressBytes
source§impl UpperHex for AddressBytes
impl UpperHex for AddressBytes
impl Copy for AddressBytes
impl Eq for AddressBytes
impl StructuralEq for AddressBytes
impl StructuralPartialEq for AddressBytes
Auto Trait Implementations§
impl RefUnwindSafe for AddressBytes
impl Send for AddressBytes
impl Sync for AddressBytes
impl Unpin for AddressBytes
impl UnwindSafe for AddressBytes
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.source§impl<T> ToHex for Twhere
T: AsRef<[u8]>,
impl<T> ToHex for Twhere T: AsRef<[u8]>,
source§fn encode_hex<U>(&self) -> Uwhere
U: FromIterator<char>,
fn encode_hex<U>(&self) -> Uwhere U: FromIterator<char>,
Encode the hex strict representing
self
into the result. Lower case
letters are used (e.g. f9b4ca
)source§fn encode_hex_upper<U>(&self) -> Uwhere
U: FromIterator<char>,
fn encode_hex_upper<U>(&self) -> Uwhere U: FromIterator<char>,
Encode the hex strict representing
self
into the result. Upper case
letters are used (e.g. F9B4CA
)