pub struct CanonicalTransition {
pub envelope: WireEnvelope,
pub step_seq: u64,
pub record_digest: String,
pub planned_step: PlannedStep,
pub checkpoint_advised: bool,
pub replayed: bool,
}Fields§
§envelope: WireEnvelope§step_seq: u64§record_digest: String§planned_step: PlannedStep§checkpoint_advised: bool§replayed: boolTrait Implementations§
Source§impl Clone for CanonicalTransition
impl Clone for CanonicalTransition
Source§fn clone(&self) -> CanonicalTransition
fn clone(&self) -> CanonicalTransition
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 CanonicalTransition
impl RefUnwindSafe for CanonicalTransition
impl Send for CanonicalTransition
impl Sync for CanonicalTransition
impl Unpin for CanonicalTransition
impl UnsafeUnpin for CanonicalTransition
impl UnwindSafe for CanonicalTransition
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