pub struct TestEvent {
pub name: String,
pub event_data: Value,
pub expected_response: Option<Value>,
pub should_succeed: bool,
pub description: String,
}Fields§
§name: String§event_data: Value§expected_response: Option<Value>§should_succeed: bool§description: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for TestEvent
impl RefUnwindSafe for TestEvent
impl Send for TestEvent
impl Sync for TestEvent
impl Unpin for TestEvent
impl UnwindSafe for TestEvent
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