pub struct LedgerRecordDocument {
pub record: LedgerRecord,
pub body: String,
pub path: PathBuf,
}Expand description
A ledger record document as stored on disk.
Fields§
§record: LedgerRecord§body: String§path: PathBufTrait Implementations§
Source§impl Clone for LedgerRecordDocument
impl Clone for LedgerRecordDocument
Source§fn clone(&self) -> LedgerRecordDocument
fn clone(&self) -> LedgerRecordDocument
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 LedgerRecordDocument
impl Debug for LedgerRecordDocument
impl Eq for LedgerRecordDocument
Source§impl PartialEq for LedgerRecordDocument
impl PartialEq for LedgerRecordDocument
impl StructuralPartialEq for LedgerRecordDocument
Auto Trait Implementations§
impl Freeze for LedgerRecordDocument
impl RefUnwindSafe for LedgerRecordDocument
impl Send for LedgerRecordDocument
impl Sync for LedgerRecordDocument
impl Unpin for LedgerRecordDocument
impl UnsafeUnpin for LedgerRecordDocument
impl UnwindSafe for LedgerRecordDocument
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.