Docs.rs
trident-client-0.8.1
trident-client 0.8.1
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
lukacan
Dependencies
afl ^0.15.10
normal
anchor-lang ^0.30.1
normal
anchor-lang-idl-spec ^0.1.0
normal
anchor-syn ^0.30.1
normal
anyhow ^1
normal
arbitrary ^1.3.0
normal
bincode ^1
normal
cargo_metadata ^0.18
normal
convert_case ^0.6
normal
fehler ^1
normal
futures ^0.3
normal
honggfuzz ^0.5.55
normal
pathdiff ^0.2
normal
quinn-proto ^0.10.6
normal
quote ^1
normal
serde ^1
normal
serde_json ^1
normal
solana-program-test ^1.17.4
normal
solana-sdk ^1.17.4
normal
syn ^2
normal
thiserror ^1
normal
tokio ^1
normal
toml ^0.8
normal
trident-derive-displayix ^0.0.4
normal
trident-derive-fuzz-test-executor ^0.0.4
normal
trident-fuzz ^0.2.1
normal
pretty_assertions ^1.1.0
dev
Versions
18.18%
of the crate is documented
Go to latest version
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
trident_
client
0.8.1
Key
Required Methods
key
Implementors
In trident_
client::
fuzzing
trident_client
::
fuzzing
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
Pubkey
Source
§
impl<'info>
Key
for
Signer
<'info>
Source
§
impl<'info>
Key
for
SystemAccount
<'info>
Source
§
impl<'info>
Key
for
UncheckedAccount
<'info>
Source
§
impl<'info>
Key
for
AccountInfo
<'info>
Source
§
impl<'info, T>
Key
for
Account
<'info, T>
where T:
AccountSerialize
+
AccountDeserialize
+
Clone
,
Source
§
impl<'info, T>
Key
for
AccountLoader
<'info, T>
where T:
ZeroCopy
+
Owner
,
Source
§
impl<'info, T>
Key
for
Interface
<'info, T>
where T:
AccountDeserialize
,
Source
§
impl<'info, T>
Key
for
InterfaceAccount
<'info, T>
where T:
AccountSerialize
+
AccountDeserialize
+
Clone
,
Source
§
impl<'info, T>
Key
for
Program
<'info, T>
where T:
AccountDeserialize
,
Source
§
impl<'info, T>
Key
for
Sysvar
<'info, T>
where T:
Sysvar
,