Struct solana_runtime::message_processor::PreAccount [−][src]
pub struct PreAccount { /* fields omitted */ }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 PreAccountimpl !Send for PreAccountimpl !Sync for PreAccountimpl Unpin for PreAccountimpl !UnwindSafe for PreAccountBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V