pub struct ProfileState {
pub pre_execution: BTreeMap<Pubkey, Option<UiAccount>>,
pub post_execution: BTreeMap<Pubkey, Option<UiAccount>>,
}Fields§
§pre_execution: BTreeMap<Pubkey, Option<UiAccount>>§post_execution: BTreeMap<Pubkey, Option<UiAccount>>Implementations§
Trait Implementations§
Source§impl Clone for ProfileState
impl Clone for ProfileState
Source§fn clone(&self) -> ProfileState
fn clone(&self) -> ProfileState
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ProfileState
impl Debug for ProfileState
Source§impl<'de> Deserialize<'de> for ProfileState
impl<'de> Deserialize<'de> for ProfileState
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ProfileState
impl PartialEq for ProfileState
Source§impl Serialize for ProfileState
impl Serialize for ProfileState
impl StructuralPartialEq for ProfileState
Auto Trait Implementations§
impl Freeze for ProfileState
impl RefUnwindSafe for ProfileState
impl Send for ProfileState
impl Sync for ProfileState
impl Unpin for ProfileState
impl UnwindSafe for ProfileState
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