Struct diem_sdk::types::account_config::resources::account::AccountResource[][src]

pub struct AccountResource { /* fields omitted */ }
Expand description

A Rust representation of an Account resource. This is not how the Account is represented in the VM but it’s a convenient representation.

Implementations

Constructs an Account resource.

Return the sequence_number field for the given AccountResource

Returns if this account has delegated its withdrawal capability

Returns if this account has delegated its key rotation capability

Return the authentication_key field for the given AccountResource

Return the sent_events handle for the given AccountResource

Return the received_events handle for the given AccountResource

Trait Implementations

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

The type returned in the event of a conversion error.

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Should always be Self

Generates a hash used only for tests.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more