Struct solana_sdk::account::KeyedAccount
source · Fields
key: &'a Pubkey
account: &'a mut Account
Trait Implementations
sourceimpl<'a> Debug for KeyedAccount<'a>
impl<'a> Debug for KeyedAccount<'a>
sourceimpl<'a> From<&'a mut (Pubkey, Account)> for KeyedAccount<'a>
impl<'a> From<&'a mut (Pubkey, Account)> for KeyedAccount<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for KeyedAccount<'a>
impl<'a> Send for KeyedAccount<'a>
impl<'a> Sync for KeyedAccount<'a>
impl<'a> Unpin for KeyedAccount<'a>
impl<'a> !UnwindSafe for KeyedAccount<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more