pub struct PrivateKey(/* private fields */);Trait Implementations§
Source§impl IntoPrivateKey for PrivateKey
impl IntoPrivateKey for PrivateKey
fn into_private_key( self, ) -> Result<PrivateKey, Box<dyn Error + Send + Sync + 'static>>
Auto Trait Implementations§
impl Freeze for PrivateKey
impl RefUnwindSafe for PrivateKey
impl Send for PrivateKey
impl Sync for PrivateKey
impl Unpin for PrivateKey
impl UnwindSafe for PrivateKey
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