pub struct LedgerEntryId(/* private fields */);Expand description
A unique identifier for a ledger entry.
Implementations§
Trait Implementations§
Source§impl Clone for LedgerEntryId
impl Clone for LedgerEntryId
Source§fn clone(&self) -> LedgerEntryId
fn clone(&self) -> LedgerEntryId
Returns a duplicate of the value. Read more
1.0.0 · 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 LedgerEntryId
impl Debug for LedgerEntryId
Source§impl Default for LedgerEntryId
impl Default for LedgerEntryId
Source§impl Display for LedgerEntryId
impl Display for LedgerEntryId
Source§impl FromStr for LedgerEntryId
impl FromStr for LedgerEntryId
Source§impl Hash for LedgerEntryId
impl Hash for LedgerEntryId
Source§impl PartialEq for LedgerEntryId
impl PartialEq for LedgerEntryId
impl Copy for LedgerEntryId
impl Eq for LedgerEntryId
impl StructuralPartialEq for LedgerEntryId
Auto Trait Implementations§
impl Freeze for LedgerEntryId
impl RefUnwindSafe for LedgerEntryId
impl Send for LedgerEntryId
impl Sync for LedgerEntryId
impl Unpin for LedgerEntryId
impl UnsafeUnpin for LedgerEntryId
impl UnwindSafe for LedgerEntryId
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