Struct diem_sdk::client::Event [−][src]
pub struct Event<T> where
T: MoveStructType + DeserializeOwned, { /* fields omitted */ }Expand description
Wrapper for a deserialized Move event and its containing ContractEvent
Implementations
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for Event<T> where
T: RefUnwindSafe,
impl<T> UnwindSafe for Event<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = T
Should always be Self