Struct ate::mesh::ChainGuard[][src]

pub struct ChainGuard { /* fields omitted */ }

Implementations

Opens a data access layer that allows mutable changes to data. Transaction consistency on commit will be guarranted for local redo log files

Opens a data access layer that allows mutable changes to data (in a fire-and-forget mode). No transaction consistency on commits will be enforced

Opens a data access layer that allows mutable changes to data. Transaction consistency on commit will be guarranted for all remote replicas

Opens a data access layer that allows mutable changes to data. Transaction consistency on commit must be specified

Methods from Deref<Target = Chain>

Opens a data access layer that allows read only access to data within the chain In order to make changes to data you must use ‘.dio_mut’, ‘.dio_fire’, ‘.dio_full’ or ‘.dio_trans’

Opens a data access layer that allows mutable changes to data. Transaction consistency on commit will be guarranted for local redo log files

Opens a data access layer that allows mutable changes to data (in a fire-and-forget mode). No transaction consistency on commits will be enforced

Opens a data access layer that allows mutable changes to data. Transaction consistency on commit will be guarranted for all remote replicas

Opens a data access layer that allows mutable changes to data. Transaction consistency on commit must be specified

Trait Implementations

The resulting type after dereferencing.

Dereferences the value.

Executes the destructor for this type. Read more

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

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

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

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