Struct amazon_sp_vendor_direct_fulfillment_sandbox_test_data::models::scenario::Scenario
source · [−]Expand description
Scenario : A scenario test case response returned when the request is successful.
Fields
scenario_id: StringAn identifier that identifies the type of scenario that user can use for testing.
orders: Vec<TestOrder>A list of orders that can be used by the caller to test each life cycle or scenario.
Implementations
Trait Implementations
sourceimpl<'de> Deserialize<'de> for Scenario
impl<'de> Deserialize<'de> for Scenario
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for Scenario
Auto Trait Implementations
impl RefUnwindSafe for Scenario
impl Send for Scenario
impl Sync for Scenario
impl Unpin for Scenario
impl UnwindSafe for Scenario
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more