pub struct AccountId32(pub [u8; 32]);Tuple Fields§
§0: [u8; 32]Trait Implementations§
Source§impl AsBase58<ACCOUNT_ID_32_LEN> for AccountId32
impl AsBase58<ACCOUNT_ID_32_LEN> for AccountId32
Source§impl Clone for AccountId32
impl Clone for AccountId32
Source§fn clone(&self) -> AccountId32
fn clone(&self) -> AccountId32
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 AccountId32
impl Debug for AccountId32
Source§impl Ord for AccountId32
impl Ord for AccountId32
Source§fn cmp(&self, other: &AccountId32) -> Ordering
fn cmp(&self, other: &AccountId32) -> 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 AccountId32
impl PartialEq for AccountId32
Source§impl PartialOrd for AccountId32
impl PartialOrd for AccountId32
impl Copy for AccountId32
impl Eq for AccountId32
impl StructuralPartialEq for AccountId32
Auto Trait Implementations§
impl Freeze for AccountId32
impl RefUnwindSafe for AccountId32
impl Send for AccountId32
impl Sync for AccountId32
impl Unpin for AccountId32
impl UnwindSafe for AccountId32
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