pub struct EncryptionRegistry { /* private fields */ }Expand description
加密器注册表
管理加密器的注册和查找
Implementations§
Source§impl EncryptionRegistry
impl EncryptionRegistry
Source§impl EncryptionRegistry
全局加密器注册表访问器
impl EncryptionRegistry
全局加密器注册表访问器
Sourcepub fn global() -> &'static EncryptionRegistry
pub fn global() -> &'static EncryptionRegistry
获取全局注册表实例
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EncryptionRegistry
impl RefUnwindSafe for EncryptionRegistry
impl Send for EncryptionRegistry
impl Sync for EncryptionRegistry
impl Unpin for EncryptionRegistry
impl UnsafeUnpin for EncryptionRegistry
impl UnwindSafe for EncryptionRegistry
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more