pub struct PrivateKey { /* private fields */ }
Implementations§
Source§impl PrivateKey
impl PrivateKey
pub fn convert_to_public_key(&self) -> Result<PublicKey>
Trait Implementations§
Source§impl Drop for PrivateKey
impl Drop for PrivateKey
impl Send for PrivateKey
Auto Trait Implementations§
impl Freeze for PrivateKey
impl RefUnwindSafe 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