Struct light_registry::account_compression_cpi::sdk::CreateRolloverMerkleTreeInstructionInputs
source · pub struct CreateRolloverMerkleTreeInstructionInputs {
pub authority: Pubkey,
pub new_queue: Pubkey,
pub new_merkle_tree: Pubkey,
pub old_queue: Pubkey,
pub old_merkle_tree: Pubkey,
pub cpi_context_account: Option<Pubkey>,
pub is_metadata_forester: bool,
}Fields§
§new_queue: Pubkey§new_merkle_tree: Pubkey§old_queue: Pubkey§old_merkle_tree: Pubkey§cpi_context_account: Option<Pubkey>§is_metadata_forester: boolAuto Trait Implementations§
impl Freeze for CreateRolloverMerkleTreeInstructionInputs
impl RefUnwindSafe for CreateRolloverMerkleTreeInstructionInputs
impl Send for CreateRolloverMerkleTreeInstructionInputs
impl Sync for CreateRolloverMerkleTreeInstructionInputs
impl Unpin for CreateRolloverMerkleTreeInstructionInputs
impl UnwindSafe for CreateRolloverMerkleTreeInstructionInputs
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
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more