[]Struct private_currency::storage::Event

pub struct Event { /* fields omitted */ }

Storage representation of an event concerning a wallet.

See also

Methods

impl Event

Creates a new instance with given parameters.

Event tag.

Hash of a transaction associated with the event.

impl Event
[src]

Creates a new transfer event.

Creates a new wallet initialization event.

Creates a new transfer rollback event.

Trait Implementations

impl Clone for Event

Performs copy-assignment from source. Read more

impl Eq for Event
[src]

impl PartialEq<Event> for Event

impl Debug for Event

impl Hash for Event
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl ExonumJson for Event

impl ExonumJsonDeserialize for Event

impl Serialize for Event

impl<'de> Deserialize<'de> for Event

impl<'a> Field<'a> for Event

impl CryptoHash for Event

impl StorageValue for Event

Auto Trait Implementations

impl Send for Event

impl Sync for Event

Blanket Implementations

impl<T> From for T
[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<'a, T> Field for T where
    T: SegmentField<'a>, 
[src]

impl<T> CryptoHash for T where
    T: Message
[src]

impl<T> UniqueHash for T where
    T: CryptoHash
[src]

impl<T> Erased for T

impl<T> Erased for T

impl<Q, K> Equivalent for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]

impl<T> SerializeContent for T where
    T: Serialize
[src]

impl<T> Same for T

Should always be Self