pub struct nethsm_with_keys {}
Implementations§
Source§impl nethsm_with_keys
impl nethsm_with_keys
Sourcepub async fn get(
provisioned_nethsm: impl Future<Output = TestResult<(NetHsm, Container<NetHsmImage>)>>,
) -> TestResult<(NetHsm, Container<NetHsmImage>)>
pub async fn get( provisioned_nethsm: impl Future<Output = TestResult<(NetHsm, Container<NetHsmImage>)>>, ) -> TestResult<(NetHsm, Container<NetHsmImage>)>
Adds users and keys to an already provisioned NetHSM container.
pub async fn default() -> TestResult<(NetHsm, Container<NetHsmImage>)>
pub async fn partial_1( provisioned_nethsm: impl Future<Output = TestResult<(NetHsm, Container<NetHsmImage>)>>, ) -> TestResult<(NetHsm, Container<NetHsmImage>)>
Auto Trait Implementations§
impl Freeze for nethsm_with_keys
impl RefUnwindSafe for nethsm_with_keys
impl Send for nethsm_with_keys
impl Sync for nethsm_with_keys
impl Unpin for nethsm_with_keys
impl UnwindSafe for nethsm_with_keys
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