pub struct LedgerNote {
pub ts: String,
pub tag: String,
pub text: String,
}Expand description
One ledger note fed into the scar analyzer.
Fields§
§ts: String§tag: String§text: StringTrait Implementations§
Source§impl Clone for LedgerNote
impl Clone for LedgerNote
Source§fn clone(&self) -> LedgerNote
fn clone(&self) -> LedgerNote
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 moreAuto Trait Implementations§
impl Freeze for LedgerNote
impl RefUnwindSafe for LedgerNote
impl Send for LedgerNote
impl Sync for LedgerNote
impl Unpin for LedgerNote
impl UnsafeUnpin for LedgerNote
impl UnwindSafe for LedgerNote
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