Struct fluvio_future::openssl::certs::PrivateKeyBuilder
source · pub struct PrivateKeyBuilder(/* private fields */);Implementations§
source§impl PrivateKeyBuilder
impl PrivateKeyBuilder
pub fn build(self) -> Result<PrivateKey, IoError>
Trait Implementations§
Auto Trait Implementations§
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