Docs.rs
triggr-program-0.1.1
triggr-program 0.1.1
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
0xcen
Dependencies
anchor-lang ^0.28.0
normal
anchor-spl ^0.28.0
normal
solana-address-lookup-table-program =1.16.15
normal
solana-program =1.16.15
normal
Versions
25.2%
of the crate is documented
Platform
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
triggr
0.1.1
Key
Required Methods
key
Implementors
In triggr::
instructions::
initialize_
program
triggr
::
instructions
::
initialize_program
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
,