pub struct TestCx {
pub rig: Arc<Rig>,
pub evidence: Evidence,
}Fields§
§rig: Arc<Rig>§evidence: EvidenceAuto Trait Implementations§
impl !RefUnwindSafe for TestCx
impl !UnwindSafe for TestCx
impl Freeze for TestCx
impl Send for TestCx
impl Sync for TestCx
impl Unpin for TestCx
impl UnsafeUnpin for TestCx
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