pub struct SetDefaultOrderProtocolFeeRateCpiAccounts<'a, 'b> {
pub fusion_pools_config: &'b AccountInfo<'a>,
pub fee_authority: &'b AccountInfo<'a>,
}
Expand description
set_default_order_protocol_fee_rate
CPI accounts.
Fields§
§fusion_pools_config: &'b AccountInfo<'a>
Auto Trait Implementations§
impl<'a, 'b> Freeze for SetDefaultOrderProtocolFeeRateCpiAccounts<'a, 'b>
impl<'a, 'b> !RefUnwindSafe for SetDefaultOrderProtocolFeeRateCpiAccounts<'a, 'b>
impl<'a, 'b> !Send for SetDefaultOrderProtocolFeeRateCpiAccounts<'a, 'b>
impl<'a, 'b> !Sync for SetDefaultOrderProtocolFeeRateCpiAccounts<'a, 'b>
impl<'a, 'b> Unpin for SetDefaultOrderProtocolFeeRateCpiAccounts<'a, 'b>
impl<'a, 'b> !UnwindSafe for SetDefaultOrderProtocolFeeRateCpiAccounts<'a, 'b>
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