pub struct LifecycleActionSummary {
pub action: String,
pub summary: LifecycleSummary,
}Fields§
§action: String§summary: LifecycleSummaryImplementations§
Source§impl LifecycleActionSummary
impl LifecycleActionSummary
pub fn new(action: LifecycleAction, entry: &LedgerEntry) -> Self
pub fn to_json(&self) -> Value
pub fn render_markdown(&self) -> String
Trait Implementations§
Source§impl Clone for LifecycleActionSummary
impl Clone for LifecycleActionSummary
Source§fn clone(&self) -> LifecycleActionSummary
fn clone(&self) -> LifecycleActionSummary
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 LifecycleActionSummary
impl Debug for LifecycleActionSummary
Auto Trait Implementations§
impl Freeze for LifecycleActionSummary
impl RefUnwindSafe for LifecycleActionSummary
impl Send for LifecycleActionSummary
impl Sync for LifecycleActionSummary
impl Unpin for LifecycleActionSummary
impl UnsafeUnpin for LifecycleActionSummary
impl UnwindSafe for LifecycleActionSummary
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