Struct system_configuration::dynamic_store::SCDynamicStoreBuilder[][src]

pub struct SCDynamicStoreBuilder<T> { /* fields omitted */ }
Expand description

Builder for SCDynamicStore sessions.

Implementations

Creates a new builder. name is used as the name parameter when creating the SCDynamicStore session.

Set wether or not the created SCDynamicStore should have session keys or not. See SCDynamicStoreCreateWithOptions for details.

Defaults to false.

Set a callback context (callback function and data to pass to each callback call).

Defaults to having callbacks disabled.

Create the dynamic store session.

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.

Performs the conversion.

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.