pub struct ListActionsResult {
pub total_actions: u32,
pub actions: Vec<Action>,
}Expand description
Paginated list of wallet transactions.
Fields§
§total_actions: u32§actions: Vec<Action>Trait Implementations§
Source§impl Clone for ListActionsResult
impl Clone for ListActionsResult
Source§fn clone(&self) -> ListActionsResult
fn clone(&self) -> ListActionsResult
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ListActionsResult
impl RefUnwindSafe for ListActionsResult
impl Send for ListActionsResult
impl Sync for ListActionsResult
impl Unpin for ListActionsResult
impl UnsafeUnpin for ListActionsResult
impl UnwindSafe for ListActionsResult
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