pub struct AccountSelectorChecksum {
pub hash: Checksum,
pub selectors: Vec<String>,
}Expand description
Account Selector Checksum item
Fields§
§hash: ChecksumAccount selector checksum
selectors: Vec<String>Account selectors
Trait Implementations§
Source§impl Clone for AccountSelectorChecksum
impl Clone for AccountSelectorChecksum
Source§fn clone(&self) -> AccountSelectorChecksum
fn clone(&self) -> AccountSelectorChecksum
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 AccountSelectorChecksum
impl Debug for AccountSelectorChecksum
Auto Trait Implementations§
impl Freeze for AccountSelectorChecksum
impl RefUnwindSafe for AccountSelectorChecksum
impl Send for AccountSelectorChecksum
impl Sync for AccountSelectorChecksum
impl Unpin for AccountSelectorChecksum
impl UnwindSafe for AccountSelectorChecksum
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