pub struct PrivateKeyBuilder(/* private fields */);Implementations§
Source§impl PrivateKeyBuilder
impl PrivateKeyBuilder
pub fn build(self) -> Result<PrivateKey>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PrivateKeyBuilder
impl RefUnwindSafe for PrivateKeyBuilder
impl Send for PrivateKeyBuilder
impl Sync for PrivateKeyBuilder
impl Unpin for PrivateKeyBuilder
impl UnwindSafe for PrivateKeyBuilder
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