pub struct InProcessKey { /* private fields */ }Expand description
The App private key held in this process.
Implementations§
Trait Implementations§
Source§impl AppKeySigner for InProcessKey
impl AppKeySigner for InProcessKey
Auto Trait Implementations§
impl Freeze for InProcessKey
impl RefUnwindSafe for InProcessKey
impl Send for InProcessKey
impl Sync for InProcessKey
impl Unpin for InProcessKey
impl UnsafeUnpin for InProcessKey
impl UnwindSafe for InProcessKey
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