pub struct CryptoProviderBuilder { /* private fields */ }
Expand description
A builder for customizing a CryptoProvider
. Can be used to install a process-wide default.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CryptoProviderBuilder
impl !RefUnwindSafe for CryptoProviderBuilder
impl Send for CryptoProviderBuilder
impl Sync for CryptoProviderBuilder
impl Unpin for CryptoProviderBuilder
impl !UnwindSafe for CryptoProviderBuilder
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