Docs.rs
bolt-lang-0.2.4
bolt-lang 0.2.4
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
GabrielePicco
Dependencies
ahash =0.8.11
normal
anchor-lang ^0
normal
bincode ^1
normal
bolt-attribute-bolt-arguments =0.2.4
normal
bolt-attribute-bolt-component =0.2.4
normal
bolt-attribute-bolt-component-deserialize =0.2.4
normal
bolt-attribute-bolt-component-id =0.2.4
normal
bolt-attribute-bolt-delegate =0.2.4
normal
bolt-attribute-bolt-extra-accounts =0.2.4
normal
bolt-attribute-bolt-program =0.2.4
normal
bolt-attribute-bolt-system =0.2.4
normal
bolt-attribute-bolt-system-input =0.2.4
normal
bolt-system =0.2.4
normal
ephemeral-rollups-sdk ^0
normal
getrandom ^0
normal
serde ^1
normal
serde_json ^1
normal
session-keys ^2
normal
solana-program ^2
normal
world =0.2.4
normal
zeroize ^1.7
normal
Versions
60%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
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
bolt_
lang
0.2.4
Key
Required Methods
key
Implementors
In crate bolt_
lang
bolt_lang
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
AccountInfo
<'_>
Source
§
impl
Key
for
Pubkey
Source
§
impl
Key
for
Signer
<'_>
Source
§
impl
Key
for
SystemAccount
<'_>
Source
§
impl
Key
for
UncheckedAccount
<'_>
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
,