pub struct ThreadCommitOutcome;Expand description
Runtime-facing outcome for a successful thread commit.
Server-side staged commits may expose event/outbox ids through
awaken-server-contract; the runtime contract only needs success/failure.
Trait Implementations§
Source§impl Clone for ThreadCommitOutcome
impl Clone for ThreadCommitOutcome
Source§fn clone(&self) -> ThreadCommitOutcome
fn clone(&self) -> ThreadCommitOutcome
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 moreSource§impl Debug for ThreadCommitOutcome
impl Debug for ThreadCommitOutcome
Source§impl Default for ThreadCommitOutcome
impl Default for ThreadCommitOutcome
Source§fn default() -> ThreadCommitOutcome
fn default() -> ThreadCommitOutcome
Returns the “default value” for a type. Read more
Source§impl PartialEq for ThreadCommitOutcome
impl PartialEq for ThreadCommitOutcome
Source§fn eq(&self, other: &ThreadCommitOutcome) -> bool
fn eq(&self, other: &ThreadCommitOutcome) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ThreadCommitOutcome
Auto Trait Implementations§
impl Freeze for ThreadCommitOutcome
impl RefUnwindSafe for ThreadCommitOutcome
impl Send for ThreadCommitOutcome
impl Sync for ThreadCommitOutcome
impl Unpin for ThreadCommitOutcome
impl UnsafeUnpin for ThreadCommitOutcome
impl UnwindSafe for ThreadCommitOutcome
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