Struct cfxstore::StoreAccountRef
source · pub struct StoreAccountRef {
pub address: Address,
pub vault: SecretVaultRef,
}
Expand description
Stored account reference
Fields§
§address: Address
Account address
vault: SecretVaultRef
Vault reference
Implementations§
Trait Implementations§
source§impl Borrow<H160> for StoreAccountRef
impl Borrow<H160> for StoreAccountRef
source§impl Clone for StoreAccountRef
impl Clone for StoreAccountRef
source§fn clone(&self) -> StoreAccountRef
fn clone(&self) -> StoreAccountRef
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 StoreAccountRef
impl Debug for StoreAccountRef
source§impl Hash for StoreAccountRef
impl Hash for StoreAccountRef
source§impl Ord for StoreAccountRef
impl Ord for StoreAccountRef
source§impl PartialEq for StoreAccountRef
impl PartialEq for StoreAccountRef
source§impl PartialOrd for StoreAccountRef
impl PartialOrd for StoreAccountRef
source§fn partial_cmp(&self, other: &StoreAccountRef) -> Option<Ordering>
fn partial_cmp(&self, other: &StoreAccountRef) -> 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 moreimpl Eq for StoreAccountRef
Auto Trait Implementations§
impl RefUnwindSafe for StoreAccountRef
impl Send for StoreAccountRef
impl Sync for StoreAccountRef
impl Unpin for StoreAccountRef
impl UnwindSafe for StoreAccountRef
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