pub struct LedgerProvenance {
pub ledger_id: String,
pub ledger_path: String,
pub lane: String,
pub mode: String,
pub role: String,
}Fields§
§ledger_id: String§ledger_path: String§lane: String§mode: String§role: StringTrait Implementations§
Source§impl Clone for LedgerProvenance
impl Clone for LedgerProvenance
Source§fn clone(&self) -> LedgerProvenance
fn clone(&self) -> LedgerProvenance
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 LedgerProvenance
impl Debug for LedgerProvenance
impl Eq for LedgerProvenance
Source§impl PartialEq for LedgerProvenance
impl PartialEq for LedgerProvenance
impl StructuralPartialEq for LedgerProvenance
Auto Trait Implementations§
impl Freeze for LedgerProvenance
impl RefUnwindSafe for LedgerProvenance
impl Send for LedgerProvenance
impl Sync for LedgerProvenance
impl Unpin for LedgerProvenance
impl UnsafeUnpin for LedgerProvenance
impl UnwindSafe for LedgerProvenance
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