Trait Storable

Source
pub trait Storable:
    Send
    + Sync
    + Debug
    + 'static {
    type Storer: Store;
}
Expand description

Trait that marks the implementing types as able to be stored in the config bag

See the module docs for more documentation.

Required Associated Types§

Source

type Storer: Store

Specify how an item is stored in the config bag, e.g. StoreReplace and StoreAppend

Implementors§

Source§

impl Storable for RequestChecksumCalculation

Source§

impl Storable for ResponseChecksumValidation

Source§

impl Storable for ReconnectMode

Source§

impl Storable for Endpoint

Source§

impl Storable for RetryConfig

Source§

impl Storable for MergeTimeoutConfig

Source§

impl Storable for TimeoutConfig

impl<T> Storable for DisableInterceptor<T>
where T: Debug + Send + Sync + 'static,

impl Storable for AppName

impl Storable for UseFips

impl Storable for Region