Docs.rs
switchboard-solana-0.30.4
switchboard-solana 0.30.4
Permalink
Docs.rs crate page
MIT
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
mgild
Dependencies
anchor-lang ^0.30.1
normal
bytemuck ^1.16.1
normal
lazy_static ^1.5.0
normal
rust_decimal ^1.32.0
normal
superslice ^1.0.0
normal
Versions
51.75%
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
switchboard_
solana
0.30.4
Key
Required Methods
key
Implementors
In switchboard_
solana::
program_
id
switchboard_solana
::
program_id
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
AccountInfo
<'info>
Source
§
impl<'info>
Key
for
Signer
<'info>
Source
§
impl<'info>
Key
for
SystemAccount
<'info>
Source
§
impl<'info>
Key
for
UncheckedAccount
<'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
,