Docs.rs
hpl-utils-0.1.12
hpl-utils 0.1.12
Permalink
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
sultandilaram
ghulamMustafaRaza
Dependencies
anchor-lang ^0.29.0
normal
anchor-spl ^0.29.0
normal
mpl-token-metadata =1.13.2
normal
Versions
5.13%
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
hpl_utils
0.1.12
Key
Required Methods
key
Implementors
In hpl_utils::metadata
?
Trait
hpl_utils
::
metadata
::
Key
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
,