pub struct PuffMetadata {
pub metadata: Pubkey,
}Expand description
Accounts.
Fields§
§metadata: PubkeyMetadata account
Implementations§
Source§impl PuffMetadata
impl PuffMetadata
pub fn instruction(&self) -> Instruction
pub fn instruction_with_remaining_accounts( &self, remaining_accounts: &[AccountMeta], ) -> Instruction
Auto Trait Implementations§
impl Freeze for PuffMetadata
impl RefUnwindSafe for PuffMetadata
impl Send for PuffMetadata
impl Sync for PuffMetadata
impl Unpin for PuffMetadata
impl UnsafeUnpin for PuffMetadata
impl UnwindSafe for PuffMetadata
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more