pub struct ReleaseGateInput {
pub execution: ScenarioExecution,
pub replay_bundle: ReplayBundle,
pub replay_bundle_path: String,
}Fields§
§execution: ScenarioExecution§replay_bundle: ReplayBundle§replay_bundle_path: StringTrait Implementations§
Source§impl Clone for ReleaseGateInput
impl Clone for ReleaseGateInput
Source§fn clone(&self) -> ReleaseGateInput
fn clone(&self) -> ReleaseGateInput
Returns a duplicate 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 moreSource§impl Debug for ReleaseGateInput
impl Debug for ReleaseGateInput
Source§impl PartialEq for ReleaseGateInput
impl PartialEq for ReleaseGateInput
impl StructuralPartialEq for ReleaseGateInput
Auto Trait Implementations§
impl Freeze for ReleaseGateInput
impl RefUnwindSafe for ReleaseGateInput
impl Send for ReleaseGateInput
impl Sync for ReleaseGateInput
impl Unpin for ReleaseGateInput
impl UnsafeUnpin for ReleaseGateInput
impl UnwindSafe for ReleaseGateInput
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