pub struct ProgramConfig;

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
returns the address of the standalone vault account
returns the address of the standalone vault pda
returns the address of the standalone vault shares mint
returns the address of the standalone vault underlying compound queue
returns the address of the standalone vault underlying deposit queue
returns the address of the standalone vault underlying withdraw queue
returns the address of the standalone vault underlying token mint which is the mint of the token the vault accepts for deposits Read more
returns the address of configuration data account
returns the address of the configuration information account
returns the address of the program this standalone vault farms. for example solend standalone vaults will return the address of the solend lending program while mango standalone vaults will return the address of the mango program Read more
when the implementation of this trait is a solend standalone vault calling this method returns Some(…) Read more
when the implementation of this trait is a tulip standalone vault calling this method returns Some(…) Read more
when the implementation of this trait is a mango standalone vault calling this method returns Some(…) Read more
returns true if the instance of the implementation of this trait is a platform matching the one specified in platform, otherwise returns false Read more
returns the farm key of the standalone vault
returns the stringified tag of the standalone vault
returns the address of the collateral mint issued by the lending reserve
returns the lending market that the reserve is a part of
returns the authority of the lending market
returns the pyth price feed account
returns the address of the pyth oracle program
returns the address of the lending reserve deposits go into
returns the token account the reserve uses to hold deposited liquidity
the tulip standalone vault’s collateral token account

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self
The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.