pub struct AccountDataLite {
pub data: Vec<u8>,
pub owner: Pubkey,
}Expand description
Minimal account data used by the reader utilities.
Fields§
§data: Vec<u8>§owner: PubkeyAuto Trait Implementations§
impl Freeze for AccountDataLite
impl RefUnwindSafe for AccountDataLite
impl Send for AccountDataLite
impl Sync for AccountDataLite
impl Unpin for AccountDataLite
impl UnwindSafe for AccountDataLite
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