Struct solana_runtime::message_processor::PreAccount
source · [−]pub struct PreAccount { /* private fields */ }
Implementations
pub fn verify(
&self,
program_id: &Pubkey,
is_writable: bool,
rent: &Rent,
post: &AccountSharedData,
timings: &mut ExecuteDetailsTimings,
outermost_call: bool,
updated_verify_policy: bool
) -> Result<(), InstructionError>
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !RefUnwindSafe for PreAccount
impl !Send for PreAccount
impl !Sync for PreAccount
impl Unpin for PreAccount
impl !UnwindSafe for PreAccount
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more