pub(crate) struct TransactionAccountStateInfo {
rent_state: Option<RentState>,
}
Fields§
§rent_state: Option<RentState>
Auto Trait Implementations§
impl RefUnwindSafe for TransactionAccountStateInfo
impl Send for TransactionAccountStateInfo
impl Sync for TransactionAccountStateInfo
impl Unpin for TransactionAccountStateInfo
impl UnwindSafe for TransactionAccountStateInfo
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