pub struct EffectStamp {
pub kind: String,
pub aborted: bool,
}Expand description
One existing kernel effect-ledger record summarized into a receipt.
Fields§
§kind: StringEffect kind symbol.
aborted: boolWhether resolution aborted.
Trait Implementations§
Source§impl Clone for EffectStamp
impl Clone for EffectStamp
Source§fn clone(&self) -> EffectStamp
fn clone(&self) -> EffectStamp
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 EffectStamp
impl Debug for EffectStamp
impl Eq for EffectStamp
Source§impl PartialEq for EffectStamp
impl PartialEq for EffectStamp
impl StructuralPartialEq for EffectStamp
Auto Trait Implementations§
impl Freeze for EffectStamp
impl RefUnwindSafe for EffectStamp
impl Send for EffectStamp
impl Sync for EffectStamp
impl Unpin for EffectStamp
impl UnsafeUnpin for EffectStamp
impl UnwindSafe for EffectStamp
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