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