pub struct TestAccount { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for TestAccount
impl Clone for TestAccount
Source§fn clone(&self) -> TestAccount
fn clone(&self) -> TestAccount
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 TestAccount
impl Debug for TestAccount
Source§impl IldcpAccount for TestAccount
impl IldcpAccount for TestAccount
fn asset_code(&self) -> String
fn asset_scale(&self) -> u8
fn client_address(&self) -> Bytes
Source§impl PartialEq for TestAccount
impl PartialEq for TestAccount
impl Eq for TestAccount
impl StructuralPartialEq for TestAccount
Auto Trait Implementations§
impl !Freeze for TestAccount
impl RefUnwindSafe for TestAccount
impl Send for TestAccount
impl Sync for TestAccount
impl Unpin for TestAccount
impl UnwindSafe for TestAccount
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