pub struct AccountConfigUpdate {
pub event_type: EventType,
pub event_time: i64,
pub transaction_time: i64,
pub account_config: Option<AccountConfig>,
pub account_info: Option<AccountInfo>,
}Fields§
§event_type: EventType§event_time: i64§transaction_time: i64§account_config: Option<AccountConfig>§account_info: Option<AccountInfo>Trait Implementations§
Source§impl Debug for AccountConfigUpdate
impl Debug for AccountConfigUpdate
Source§impl<'de> Deserialize<'de> for AccountConfigUpdate
impl<'de> Deserialize<'de> for AccountConfigUpdate
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
Auto Trait Implementations§
impl Freeze for AccountConfigUpdate
impl RefUnwindSafe for AccountConfigUpdate
impl Send for AccountConfigUpdate
impl Sync for AccountConfigUpdate
impl Unpin for AccountConfigUpdate
impl UnsafeUnpin for AccountConfigUpdate
impl UnwindSafe for AccountConfigUpdate
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