pub struct Amendments { /* private fields */ }Implementations§
Trait Implementations§
Source§impl AmendmentsFields for Amendments
impl AmendmentsFields for Amendments
Source§fn amendments(&self) -> Result<Option<[u8; 512]>>
fn amendments(&self) -> Result<Option<[u8; 512]>>
Array of 256-bit amendment IDs for all currently enabled amendments. If omitted, there are
no enabled amendments.
Raw bytes; VECTOR256 is not yet typed in Rust.
Source§impl Clone for Amendments
impl Clone for Amendments
Source§fn clone(&self) -> Amendments
fn clone(&self) -> Amendments
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 moreimpl Copy for Amendments
Source§impl Debug for Amendments
impl Debug for Amendments
impl Eq for Amendments
Source§impl LedgerObjectCommonFields for Amendments
impl LedgerObjectCommonFields for Amendments
Source§fn get_slot_num(&self) -> i32
fn get_slot_num(&self) -> i32
Returns the slot number (register number) where the ledger object is stored. Read more
Source§fn path(&self) -> LedgerPathBuilder
fn path(&self) -> LedgerPathBuilder
Starts a nested-field path rooted at this ledger object, read through its slot. Read more
Source§impl PartialEq for Amendments
impl PartialEq for Amendments
impl StructuralPartialEq for Amendments
Auto Trait Implementations§
impl Freeze for Amendments
impl RefUnwindSafe for Amendments
impl Send for Amendments
impl Sync for Amendments
impl Unpin for Amendments
impl UnsafeUnpin for Amendments
impl UnwindSafe for Amendments
Blanket Implementations§
§impl<T> AnySync for T
impl<T> AnySync for T
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