Struct atomic_bomb_engine::models::assert_option::AssertOption
source · pub struct AssertOption {
pub jsonpath: String,
pub reference_object: Value,
}Fields§
§jsonpath: String§reference_object: ValueTrait Implementations§
source§impl Clone for AssertOption
impl Clone for AssertOption
source§fn clone(&self) -> AssertOption
fn clone(&self) -> AssertOption
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto 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