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