pub struct AccountTreeId { /* private fields */ }
Expand description
Account place in the global state tree is uniquely identified by its address. Binary this type is represented by 160 bit big-endian representation of account address.
Implementations§
Trait Implementations§
Source§impl Clone for AccountTreeId
impl Clone for AccountTreeId
Source§fn clone(&self) -> AccountTreeId
fn clone(&self) -> AccountTreeId
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 AccountTreeId
impl Debug for AccountTreeId
Source§impl Default for AccountTreeId
impl Default for AccountTreeId
Source§impl<'de> Deserialize<'de> for AccountTreeId
impl<'de> Deserialize<'de> for AccountTreeId
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for AccountTreeId
impl Hash for AccountTreeId
Source§impl Into<U256> for AccountTreeId
impl Into<U256> for AccountTreeId
Source§impl Ord for AccountTreeId
impl Ord for AccountTreeId
Source§fn cmp(&self, other: &AccountTreeId) -> Ordering
fn cmp(&self, other: &AccountTreeId) -> 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 for AccountTreeId
impl PartialEq for AccountTreeId
Source§impl PartialOrd for AccountTreeId
impl PartialOrd for AccountTreeId
Source§impl Serialize for AccountTreeId
impl Serialize for AccountTreeId
Source§impl TryFrom<U256> for AccountTreeId
impl TryFrom<U256> for AccountTreeId
Source§type Error = Infallible
type Error = Infallible
The type returned in the event of a conversion error.
impl Copy for AccountTreeId
impl Eq for AccountTreeId
impl StructuralPartialEq for AccountTreeId
Auto Trait Implementations§
impl Freeze for AccountTreeId
impl RefUnwindSafe for AccountTreeId
impl Send for AccountTreeId
impl Sync for AccountTreeId
impl Unpin for AccountTreeId
impl UnwindSafe for AccountTreeId
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