Struct s2n_netbench::scenario::builder::certificate::KeyPairBuilder
source · pub struct KeyPairBuilder { /* private fields */ }Implementations§
source§impl KeyPairBuilder
impl KeyPairBuilder
pub fn push_ia(&mut self) -> &mut Self
pub fn push_ia_with<F: FnOnce(&mut AuthorityBuilder)>( &mut self, f: F ) -> &mut Self
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for KeyPairBuilder
impl Send for KeyPairBuilder
impl Sync for KeyPairBuilder
impl Unpin for KeyPairBuilder
impl UnwindSafe for KeyPairBuilder
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