Struct atomic_bomb_engine::models::assert_option::AssertOption
source · pub struct AssertOption {
pub jsonpath: String,
pub reference_object: Value,
}Fields§
§jsonpath: String§reference_object: ValueAuto Trait Implementations§
impl RefUnwindSafe for AssertOption
impl Send for AssertOption
impl Sync for AssertOption
impl Unpin for AssertOption
impl UnwindSafe for AssertOption
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