pub struct KeyedAccount<'a> {
pub key: &'a Pubkey,
pub account: &'a mut Account,
}
Fields§
§key: &'a Pubkey
§account: &'a mut Account
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for KeyedAccount<'a>
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§
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