Struct sp_keystore::KeystoreExt [−][src]
pub struct KeystoreExt(pub SyncCryptoStorePtr);
The keystore extension to register/retrieve from the externalities.
Trait Implementations
impl Deref for KeystoreExt
[src]
impl Deref for KeystoreExt
[src]type Target = SyncCryptoStorePtr
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target
[src]
impl Extension for KeystoreExt
[src]
impl Extension for KeystoreExt
[src]fn as_mut_any(&mut self) -> &mut dyn Any
[src]
impl From<Arc<dyn SyncCryptoStore + 'static>> for KeystoreExt
[src]
impl From<Arc<dyn SyncCryptoStore + 'static>> for KeystoreExt
[src]fn from(inner: SyncCryptoStorePtr) -> Self
[src]
Auto Trait Implementations
impl !RefUnwindSafe for KeystoreExt
impl Send for KeystoreExt
impl Sync for KeystoreExt
impl Unpin for KeystoreExt
impl !UnwindSafe for KeystoreExt
Blanket Implementations
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T, Outer> IsWrappedBy<Outer> for T where
T: From<Outer>,
Outer: AsRef<T> + AsMut<T> + From<T>,
[src]
impl<T, Outer> IsWrappedBy<Outer> for T where
T: From<Outer>,
Outer: AsRef<T> + AsMut<T> + From<T>,
[src]impl<S, T> UncheckedInto<T> for S where
T: UncheckedFrom<S>,
[src]
impl<S, T> UncheckedInto<T> for S where
T: UncheckedFrom<S>,
[src]