pub struct SwapAndAccountMetas {
pub swap: Swap,
pub account_metas: Vec<AccountMeta>,
}Fields§
§swap: Swap§account_metas: Vec<AccountMeta>Auto Trait Implementations§
impl RefUnwindSafe for SwapAndAccountMetas
impl Send for SwapAndAccountMetas
impl Sync for SwapAndAccountMetas
impl Unpin for SwapAndAccountMetas
impl UnwindSafe for SwapAndAccountMetas
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