pub struct MetaEntry {
pub pubkey: Pubkey,
pub is_signer: bool,
pub is_writable: bool,
}Expand description
Bir account için meta bilgi
Fields§
§pubkey: PubkeyHesabın public key’i
is_signer: boolHesap imzalayıcı mı
is_writable: boolHesap yazılabilir mi
Trait Implementations§
impl Eq for MetaEntry
impl StructuralPartialEq for MetaEntry
Auto Trait Implementations§
impl Freeze for MetaEntry
impl RefUnwindSafe for MetaEntry
impl Send for MetaEntry
impl Sync for MetaEntry
impl Unpin for MetaEntry
impl UnsafeUnpin for MetaEntry
impl UnwindSafe for MetaEntry
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