pub struct IcpTest {
pub icp: Icp,
}Expand description
Helper structure combining test environments
Fields§
§icp: IcpInternet Computer environment for canister interaction.
Implementations§
Auto Trait Implementations§
impl Freeze for IcpTest
impl !RefUnwindSafe for IcpTest
impl Send for IcpTest
impl Sync for IcpTest
impl Unpin for IcpTest
impl !UnwindSafe for IcpTest
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