pub struct LedgerAnchor {
pub substrate: String,
pub descriptor: AllocationSlotDescriptor,
}Expand description
LedgerAnchor
Substrate-defined location of the allocation ledger.
Fields§
§substrate: StringSubstrate identifier.
descriptor: AllocationSlotDescriptorLedger storage descriptor.
Trait Implementations§
Source§impl Clone for LedgerAnchor
impl Clone for LedgerAnchor
Source§fn clone(&self) -> LedgerAnchor
fn clone(&self) -> LedgerAnchor
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 LedgerAnchor
impl Debug for LedgerAnchor
Source§impl PartialEq for LedgerAnchor
impl PartialEq for LedgerAnchor
Source§fn eq(&self, other: &LedgerAnchor) -> bool
fn eq(&self, other: &LedgerAnchor) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for LedgerAnchor
impl StructuralPartialEq for LedgerAnchor
Auto Trait Implementations§
impl Freeze for LedgerAnchor
impl RefUnwindSafe for LedgerAnchor
impl Send for LedgerAnchor
impl Sync for LedgerAnchor
impl Unpin for LedgerAnchor
impl UnsafeUnpin for LedgerAnchor
impl UnwindSafe for LedgerAnchor
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