pub struct DecisionReceipt {
pub id: DecisionId,
pub status: RegistrationStatus,
}Expand description
Result of registering a decision.
Fields§
§id: DecisionIdRegistered or replayed identifier.
status: RegistrationStatusWhether this call inserted new pending state.
Trait Implementations§
Source§impl Clone for DecisionReceipt
impl Clone for DecisionReceipt
Source§fn clone(&self) -> DecisionReceipt
fn clone(&self) -> DecisionReceipt
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 moreimpl Copy for DecisionReceipt
Source§impl Debug for DecisionReceipt
impl Debug for DecisionReceipt
impl Eq for DecisionReceipt
Source§impl PartialEq for DecisionReceipt
impl PartialEq for DecisionReceipt
impl StructuralPartialEq for DecisionReceipt
Auto Trait Implementations§
impl Freeze for DecisionReceipt
impl RefUnwindSafe for DecisionReceipt
impl Send for DecisionReceipt
impl Sync for DecisionReceipt
impl Unpin for DecisionReceipt
impl UnsafeUnpin for DecisionReceipt
impl UnwindSafe for DecisionReceipt
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