Enum noble_tips::RawEvent[][src]

pub enum RawEvent<Balance, AccountId, Hash> {
    NewTip(Hash),
    TipClosing(Hash),
    TipClosed(Hash, AccountId, Balance),
    TipRetracted(Hash),
    TipSlashed(Hash, AccountId, Balance),
}

Events for this module.

Variants

NewTip(Hash)

A new tip suggestion has been opened. [tip_hash]

TipClosing(Hash)

A tip suggestion has reached threshold and is closing. [tip_hash]

TipClosed(Hash, AccountId, Balance)

A tip suggestion has been closed. [tip_hash, who, payout]

TipRetracted(Hash)

A tip suggestion has been retracted. [tip_hash]

TipSlashed(Hash, AccountId, Balance)

A tip suggestion has been slashed. [tip_hash, finder, deposit]

Trait Implementations

impl<Balance: Clone, AccountId: Clone, Hash: Clone> Clone for RawEvent<Balance, AccountId, Hash>[src]

impl<Balance, AccountId, Hash> Debug for RawEvent<Balance, AccountId, Hash> where
    Balance: Debug,
    AccountId: Debug,
    Hash: Debug
[src]

impl<Balance, AccountId, Hash> Decode for RawEvent<Balance, AccountId, Hash> where
    Hash: Decode,
    Hash: Decode,
    Hash: Decode,
    Hash: Decode,
    Hash: Decode,
    Hash: Decode,
    AccountId: Decode,
    AccountId: Decode,
    Balance: Decode,
    Balance: Decode,
    Hash: Decode,
    Hash: Decode,
    Hash: Decode,
    Hash: Decode,
    AccountId: Decode,
    AccountId: Decode,
    Balance: Decode,
    Balance: Decode
[src]

impl<Balance, AccountId, Hash> Encode for RawEvent<Balance, AccountId, Hash> where
    Hash: Encode,
    Hash: Encode,
    Hash: Encode,
    Hash: Encode,
    Hash: Encode,
    Hash: Encode,
    AccountId: Encode,
    AccountId: Encode,
    Balance: Encode,
    Balance: Encode,
    Hash: Encode,
    Hash: Encode,
    Hash: Encode,
    Hash: Encode,
    AccountId: Encode,
    AccountId: Encode,
    Balance: Encode,
    Balance: Encode
[src]

impl<Balance, AccountId, Hash> EncodeLike<RawEvent<Balance, AccountId, Hash>> for RawEvent<Balance, AccountId, Hash> where
    Hash: Encode,
    Hash: Encode,
    Hash: Encode,
    Hash: Encode,
    Hash: Encode,
    Hash: Encode,
    AccountId: Encode,
    AccountId: Encode,
    Balance: Encode,
    Balance: Encode,
    Hash: Encode,
    Hash: Encode,
    Hash: Encode,
    Hash: Encode,
    AccountId: Encode,
    AccountId: Encode,
    Balance: Encode,
    Balance: Encode
[src]

impl<Balance: Eq, AccountId: Eq, Hash: Eq> Eq for RawEvent<Balance, AccountId, Hash>[src]

impl<Balance: PartialEq, AccountId: PartialEq, Hash: PartialEq> PartialEq<RawEvent<Balance, AccountId, Hash>> for RawEvent<Balance, AccountId, Hash>[src]

impl<Balance, AccountId, Hash> StructuralEq for RawEvent<Balance, AccountId, Hash>[src]

impl<Balance, AccountId, Hash> StructuralPartialEq for RawEvent<Balance, AccountId, Hash>[src]

Auto Trait Implementations

impl<Balance, AccountId, Hash> RefUnwindSafe for RawEvent<Balance, AccountId, Hash> where
    AccountId: RefUnwindSafe,
    Balance: RefUnwindSafe,
    Hash: RefUnwindSafe

impl<Balance, AccountId, Hash> Send for RawEvent<Balance, AccountId, Hash> where
    AccountId: Send,
    Balance: Send,
    Hash: Send

impl<Balance, AccountId, Hash> Sync for RawEvent<Balance, AccountId, Hash> where
    AccountId: Sync,
    Balance: Sync,
    Hash: Sync

impl<Balance, AccountId, Hash> Unpin for RawEvent<Balance, AccountId, Hash> where
    AccountId: Unpin,
    Balance: Unpin,
    Hash: Unpin

impl<Balance, AccountId, Hash> UnwindSafe for RawEvent<Balance, AccountId, Hash> where
    AccountId: UnwindSafe,
    Balance: UnwindSafe,
    Hash: UnwindSafe

Blanket Implementations

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

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

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

impl<T> CheckedConversion for T[src]

impl<S> Codec for S where
    S: Decode + Encode
[src]

impl<T> DecodeAll for T where
    T: Decode
[src]

impl<T> DecodeLimit for T where
    T: Decode
[src]

impl<T> Downcast for T where
    T: Any

impl<T> DowncastSync for T where
    T: Any + Send + Sync

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

impl<'_, '_, T> EncodeLike<&'_ &'_ T> for T where
    T: Encode
[src]

impl<'_, T> EncodeLike<&'_ T> for T where
    T: Encode
[src]

impl<'_, T> EncodeLike<&'_ mut T> for T where
    T: Encode
[src]

impl<T> EncodeLike<Arc<T>> for T where
    T: Encode
[src]

impl<T> EncodeLike<Box<T, Global>> for T where
    T: Encode
[src]

impl<'a, T> EncodeLike<Cow<'a, T>> for T where
    T: ToOwned + Encode
[src]

impl<T> EncodeLike<Rc<T>> for T where
    T: Encode
[src]

impl<T> From<T> for T[src]

impl<S> FullCodec for S where
    S: Decode + FullEncode
[src]

impl<S> FullEncode for S where
    S: Encode + EncodeLike<S>, 
[src]

impl<T> Hashable for T where
    T: Codec
[src]

impl<T> Instrument for T[src]

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

impl<T> IsType<T> for T[src]

impl<T, Outer> IsWrappedBy<Outer> for T where
    T: From<Outer>,
    Outer: AsRef<T> + AsMut<T> + From<T>, 

pub fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

pub fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

impl<T> KeyedVec for T where
    T: Codec
[src]

impl<T> MaybeDebug for T where
    T: Debug

impl<T> MaybeDebug for T where
    T: Debug

impl<T> MaybeRefUnwindSafe for T where
    T: RefUnwindSafe

impl<T> Member for T where
    T: 'static + Send + Sync + Debug + Eq + PartialEq<T> + Clone
[src]

impl<T> Parameter for T where
    T: Codec + EncodeLike<T> + Clone + Eq + Debug
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> SaturatedConversion for T

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

type Owned = T

The resulting type after obtaining ownership.

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

type Error = Infallible

The type returned in the event of a conversion error.

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

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<S, T> UncheckedInto<T> for S where
    T: UncheckedFrom<S>, 

impl<T, S> UniqueSaturatedInto<T> for S where
    T: Bounded,
    S: TryInto<T>, 

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,