pub struct ShardFeeCreated {
pub fees: CurrencyCollection,
pub create: CurrencyCollection,
}Expand description
Collected fees/created funds.
Fields§
§fees: CurrencyCollectionCollected fees.
create: CurrencyCollectionCreated funds.
Trait Implementations§
Source§impl AugDictExtra for ShardFeeCreated
impl AugDictExtra for ShardFeeCreated
Source§impl Clone for ShardFeeCreated
impl Clone for ShardFeeCreated
Source§fn clone(&self) -> ShardFeeCreated
fn clone(&self) -> ShardFeeCreated
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 ShardFeeCreated
impl Debug for ShardFeeCreated
Source§impl Default for ShardFeeCreated
impl Default for ShardFeeCreated
Source§fn default() -> ShardFeeCreated
fn default() -> ShardFeeCreated
Returns the “default value” for a type. Read more
Source§impl<'tlb> Load<'tlb> for ShardFeeCreated
impl<'tlb> Load<'tlb> for ShardFeeCreated
Source§impl PartialEq for ShardFeeCreated
impl PartialEq for ShardFeeCreated
Source§impl Serialize for ShardFeeCreated
impl Serialize for ShardFeeCreated
Source§impl Store for ShardFeeCreated
impl Store for ShardFeeCreated
Source§fn store_into(
&self,
__builder: &mut CellBuilder,
__context: &mut dyn CellContext,
) -> Result<(), Error>
fn store_into( &self, __builder: &mut CellBuilder, __context: &mut dyn CellContext, ) -> Result<(), Error>
Tries to store itself into the cell builder.
impl Eq for ShardFeeCreated
impl StructuralPartialEq for ShardFeeCreated
Auto Trait Implementations§
impl Freeze for ShardFeeCreated
impl !RefUnwindSafe for ShardFeeCreated
impl Send for ShardFeeCreated
impl Sync for ShardFeeCreated
impl Unpin for ShardFeeCreated
impl !UnwindSafe for ShardFeeCreated
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compares
self to key and returns true if they are equal.