pub struct NegativeUNL { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for NegativeUNL
impl Clone for NegativeUNL
Source§fn clone(&self) -> NegativeUNL
fn clone(&self) -> NegativeUNL
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 NegativeUNL
Source§impl Debug for NegativeUNL
impl Debug for NegativeUNL
impl Eq for NegativeUNL
Source§impl LedgerObjectCommonFields for NegativeUNL
impl LedgerObjectCommonFields for NegativeUNL
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 NegativeUNLFields for NegativeUNL
impl NegativeUNLFields for NegativeUNL
Source§fn validator_to_disable(&self) -> Result<Option<StandardBlob>>
fn validator_to_disable(&self) -> Result<Option<StandardBlob>>
The public key of a trusted validator that is scheduled to be disabled in the next flag
ledger.
Source§fn validator_to_re_enable(&self) -> Result<Option<StandardBlob>>
fn validator_to_re_enable(&self) -> Result<Option<StandardBlob>>
The public key of a trusted validator in the Negative UNL that is scheduled to be re-enabled
in the next flag ledger.
Source§impl PartialEq for NegativeUNL
impl PartialEq for NegativeUNL
impl StructuralPartialEq for NegativeUNL
Auto Trait Implementations§
impl Freeze for NegativeUNL
impl RefUnwindSafe for NegativeUNL
impl Send for NegativeUNL
impl Sync for NegativeUNL
impl Unpin for NegativeUNL
impl UnsafeUnpin for NegativeUNL
impl UnwindSafe for NegativeUNL
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