Struct openethereum::secretstore::server::KeyServer
source · [−]pub struct KeyServer;
Expand description
Noop key server implementation
Implementations
sourceimpl KeyServer
impl KeyServer
sourcepub fn new(
_conf: Configuration,
_deps: Dependencies<'_>,
_executor: Executor
) -> Result<Self, String>
pub fn new(
_conf: Configuration,
_deps: Dependencies<'_>,
_executor: Executor
) -> Result<Self, String>
Create new noop key server
Auto Trait Implementations
impl RefUnwindSafe for KeyServer
impl Send for KeyServer
impl Sync for KeyServer
impl Unpin for KeyServer
impl UnwindSafe for KeyServer
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more