pub struct LocalSigner { /* private fields */ }Expand description
A local, key-holding Signer — the control implementation for tests / CLI /
native use. Holds a raw seed, so it belongs in a key-holding package, never a
key-free / browser-safe core.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LocalSigner
impl RefUnwindSafe for LocalSigner
impl Send for LocalSigner
impl Sync for LocalSigner
impl Unpin for LocalSigner
impl UnsafeUnpin for LocalSigner
impl UnwindSafe for LocalSigner
Blanket Implementations§
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