pub struct RegistryStore<T>where
    T: Storage,
{ pub values: Vec<Registry>, /* private fields */ }
Expand description

注册中心存储

Fields§

§values: Vec<Registry>

注册中心列表

Implementations§

创建注册中心存储

获取注册中心

Trait Implementations§

存储类型
存储
获取存储对象
获取存储键名
获取存储数据
获取存储数据
添加数据
删除数据
保存数据
加载数据

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.