pub struct ApprovedCheckpoint {
pub approval: ApprovalRecord,
pub checkpoint: CheckpointRecord,
}Fields§
§approval: ApprovalRecord§checkpoint: CheckpointRecordTrait Implementations§
Source§impl Clone for ApprovedCheckpoint
impl Clone for ApprovedCheckpoint
Source§fn clone(&self) -> ApprovedCheckpoint
fn clone(&self) -> ApprovedCheckpoint
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 ApprovedCheckpoint
impl RefUnwindSafe for ApprovedCheckpoint
impl Send for ApprovedCheckpoint
impl Sync for ApprovedCheckpoint
impl Unpin for ApprovedCheckpoint
impl UnsafeUnpin for ApprovedCheckpoint
impl UnwindSafe for ApprovedCheckpoint
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