pub struct NewJournalExecution {
pub idempotency_key: String,
pub caller: CallerScope,
pub request: CreateExecutionRequest,
pub view: ExecutionView,
}Fields§
§idempotency_key: String§caller: CallerScope§request: CreateExecutionRequest§view: ExecutionViewTrait Implementations§
Source§impl Clone for NewJournalExecution
impl Clone for NewJournalExecution
Source§fn clone(&self) -> NewJournalExecution
fn clone(&self) -> NewJournalExecution
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 Freeze for NewJournalExecution
impl RefUnwindSafe for NewJournalExecution
impl Send for NewJournalExecution
impl Sync for NewJournalExecution
impl Unpin for NewJournalExecution
impl UnsafeUnpin for NewJournalExecution
impl UnwindSafe for NewJournalExecution
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