Struct ibc_testkit::fixtures::Fixture
source · pub struct Fixture<M: Debug> {
pub ctx: MockContext,
pub msg: M,
}Fields§
§ctx: MockContext§msg: MImplementations§
Trait Implementations§
Auto Trait Implementations§
impl<M> Freeze for Fixture<M>where
M: Freeze,
impl<M> !RefUnwindSafe for Fixture<M>
impl<M> Send for Fixture<M>where
M: Send,
impl<M> Sync for Fixture<M>where
M: Sync,
impl<M> Unpin for Fixture<M>where
M: Unpin,
impl<M> !UnwindSafe for Fixture<M>
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