pub struct BaseActionArgs {
    pub args: ActionArgs,
    pub compute_units: u32,
    pub escrow_authority: u8,
    pub destination_program: Pubkey,
    pub accounts: Vec<ShortAccountMeta>,
}Fields§
§args: ActionArgs§compute_units: u32§destination_program: Pubkey§accounts: Vec<ShortAccountMeta>Trait Implementations§
Source§impl Clone for BaseActionArgs
 
impl Clone for BaseActionArgs
Source§fn clone(&self) -> BaseActionArgs
 
fn clone(&self) -> BaseActionArgs
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 moreSource§impl Debug for BaseActionArgs
 
impl Debug for BaseActionArgs
Source§impl<'de> Deserialize<'de> for BaseActionArgs
 
impl<'de> Deserialize<'de> for BaseActionArgs
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
    __D: Deserializer<'de>,
 
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
    __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for BaseActionArgs
 
impl PartialEq for BaseActionArgs
Source§impl Serialize for BaseActionArgs
 
impl Serialize for BaseActionArgs
impl Eq for BaseActionArgs
impl StructuralPartialEq for BaseActionArgs
Auto Trait Implementations§
impl Freeze for BaseActionArgs
impl RefUnwindSafe for BaseActionArgs
impl Send for BaseActionArgs
impl Sync for BaseActionArgs
impl Unpin for BaseActionArgs
impl UnwindSafe for BaseActionArgs
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