Docs.rs
testsvm-core-0.2.0
testsvm-core 0.2.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
macalinao
Dependencies
anchor-lang ^0.31
normal
anchor-utils ^0.1.0
normal
anyhow ^1.0
normal
colored ^3
normal
litesvm ^0.6
normal
solana-address-book ^0.2.1
normal
solana-sdk ^2.2
normal
Versions
96%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Key
testsvm_
core
0.2.0
Key
Required Methods
key
Implementors
In testsvm_
core::
prelude
testsvm_core
::
prelude
Trait
Key
Copy item path
Source
pub trait Key { // Required method fn
key
(&self) ->
Pubkey
; }
Expand description
Defines the Pubkey of an account.
Required Methods
§
Source
fn
key
(&self) ->
Pubkey
Implementors
§
Source
§
impl
Key
for
Signer
<'_>
Source
§
impl
Key
for
SystemAccount
<'_>
Source
§
impl
Key
for
UncheckedAccount
<'_>
Source
§
impl
Key
for
Pubkey
Source
§
impl
Key
for
AccountInfo
<'_>
Source
§
impl<T>
Key
for
Account
<'_, T>
where T:
AccountSerialize
+
AccountDeserialize
+
Clone
,
Source
§
impl<T>
Key
for
AccountLoader
<'_, T>
where T:
ZeroCopy
+
Owner
,
Source
§
impl<T>
Key
for
Interface
<'_, T>
where T:
AccountDeserialize
,
Source
§
impl<T>
Key
for
InterfaceAccount
<'_, T>
where T:
AccountSerialize
+
AccountDeserialize
+
Clone
,
Source
§
impl<T>
Key
for
Program
<'_, T>
where T:
AccountDeserialize
,
Source
§
impl<T>
Key
for
Sysvar
<'_, T>
where T:
Sysvar
,
Source
§
impl<T:
AccountDeserialize
>
Key
for
AccountRef
<T>