pub struct RecordedCompletion {
pub receipt: CompletionReceipt,
pub appended: bool,
}Expand description
The effective first receipt and whether this call appended it.
Fields§
§receipt: CompletionReceipt§appended: boolTrait Implementations§
Source§impl Clone for RecordedCompletion
impl Clone for RecordedCompletion
Source§fn clone(&self) -> RecordedCompletion
fn clone(&self) -> RecordedCompletion
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 RecordedCompletion
impl Debug for RecordedCompletion
Source§impl PartialEq for RecordedCompletion
impl PartialEq for RecordedCompletion
impl StructuralPartialEq for RecordedCompletion
Auto Trait Implementations§
impl Freeze for RecordedCompletion
impl RefUnwindSafe for RecordedCompletion
impl Send for RecordedCompletion
impl Sync for RecordedCompletion
impl Unpin for RecordedCompletion
impl UnsafeUnpin for RecordedCompletion
impl UnwindSafe for RecordedCompletion
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