pub struct RunReportLedger { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for RunReportLedger
impl Clone for RunReportLedger
Source§fn clone(&self) -> RunReportLedger
fn clone(&self) -> RunReportLedger
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 RunReportLedger
impl Debug for RunReportLedger
Source§impl Default for RunReportLedger
impl Default for RunReportLedger
Source§fn default() -> RunReportLedger
fn default() -> RunReportLedger
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RunReportLedger
impl RefUnwindSafe for RunReportLedger
impl Send for RunReportLedger
impl Sync for RunReportLedger
impl Unpin for RunReportLedger
impl UnsafeUnpin for RunReportLedger
impl UnwindSafe for RunReportLedger
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