pub struct nethsm_with_users {}
Implementations§
Source§impl nethsm_with_users
impl nethsm_with_users
Sourcepub async fn get() -> TestResult<(NetHsm, Container<NetHsmImage>)>
pub async fn get() -> TestResult<(NetHsm, Container<NetHsmImage>)>
Creates a new [NetHsm] object pointing at a NetHSM container with users.
pub async fn default() -> TestResult<(NetHsm, Container<NetHsmImage>)>
Auto Trait Implementations§
impl Freeze for nethsm_with_users
impl RefUnwindSafe for nethsm_with_users
impl Send for nethsm_with_users
impl Sync for nethsm_with_users
impl Unpin for nethsm_with_users
impl UnwindSafe for nethsm_with_users
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