pub struct LifecycleHistoryPayload {
pub record_id: String,
pub history: Vec<LedgerEntry>,
pub summaries: Vec<LifecycleSummary>,
}Fields§
§record_id: String§history: Vec<LedgerEntry>§summaries: Vec<LifecycleSummary>Implementations§
Trait Implementations§
Source§impl Clone for LifecycleHistoryPayload
impl Clone for LifecycleHistoryPayload
Source§fn clone(&self) -> LifecycleHistoryPayload
fn clone(&self) -> LifecycleHistoryPayload
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 LifecycleHistoryPayload
impl Debug for LifecycleHistoryPayload
Auto Trait Implementations§
impl Freeze for LifecycleHistoryPayload
impl RefUnwindSafe for LifecycleHistoryPayload
impl Send for LifecycleHistoryPayload
impl Sync for LifecycleHistoryPayload
impl Unpin for LifecycleHistoryPayload
impl UnsafeUnpin for LifecycleHistoryPayload
impl UnwindSafe for LifecycleHistoryPayload
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