pub struct LifecycleQueuePayload {
pub entries: Vec<LedgerEntry>,
pub summaries: Vec<LifecycleSummary>,
}Fields§
§entries: Vec<LedgerEntry>§summaries: Vec<LifecycleSummary>Implementations§
Source§impl LifecycleQueuePayload
impl LifecycleQueuePayload
pub fn new(entries: &[LedgerEntry]) -> Self
pub fn to_json_with_field_name(&self, field_name: &str) -> Value
Trait Implementations§
Source§impl Clone for LifecycleQueuePayload
impl Clone for LifecycleQueuePayload
Source§fn clone(&self) -> LifecycleQueuePayload
fn clone(&self) -> LifecycleQueuePayload
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 LifecycleQueuePayload
impl Debug for LifecycleQueuePayload
Auto Trait Implementations§
impl Freeze for LifecycleQueuePayload
impl RefUnwindSafe for LifecycleQueuePayload
impl Send for LifecycleQueuePayload
impl Sync for LifecycleQueuePayload
impl Unpin for LifecycleQueuePayload
impl UnsafeUnpin for LifecycleQueuePayload
impl UnwindSafe for LifecycleQueuePayload
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