pub struct ActionMeta {
pub account: Pubkey,
pub nonce: u64,
pub seqno: u32,
pub hash: Option<Hash>,
}Expand description
Meta data for an action
Fields§
§account: Pubkey§nonce: u64§seqno: u32§hash: Option<Hash>Trait Implementations§
Source§impl Clone for ActionMeta
impl Clone for ActionMeta
Source§fn clone(&self) -> ActionMeta
fn clone(&self) -> ActionMeta
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 ActionMeta
impl Debug for ActionMeta
Source§impl Default for ActionMeta
impl Default for ActionMeta
Source§fn default() -> ActionMeta
fn default() -> ActionMeta
Returns the “default value” for a type. Read more
impl Copy for ActionMeta
Auto Trait Implementations§
impl Freeze for ActionMeta
impl RefUnwindSafe for ActionMeta
impl Send for ActionMeta
impl Sync for ActionMeta
impl Unpin for ActionMeta
impl UnsafeUnpin for ActionMeta
impl UnwindSafe for ActionMeta
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