pub struct AccountHistorySwitchEvent {
pub timestamp: String,
pub from_account_id: String,
pub to_account_id: String,
pub source: String,
}Fields§
§timestamp: String§from_account_id: String§to_account_id: String§source: StringTrait Implementations§
Source§impl Clone for AccountHistorySwitchEvent
impl Clone for AccountHistorySwitchEvent
Source§fn clone(&self) -> AccountHistorySwitchEvent
fn clone(&self) -> AccountHistorySwitchEvent
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AccountHistorySwitchEvent
impl Debug for AccountHistorySwitchEvent
Source§impl<'de> Deserialize<'de> for AccountHistorySwitchEvent
impl<'de> Deserialize<'de> for AccountHistorySwitchEvent
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 AccountHistorySwitchEvent
impl PartialEq for AccountHistorySwitchEvent
Source§fn eq(&self, other: &AccountHistorySwitchEvent) -> bool
fn eq(&self, other: &AccountHistorySwitchEvent) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for AccountHistorySwitchEvent
impl StructuralPartialEq for AccountHistorySwitchEvent
Auto Trait Implementations§
impl Freeze for AccountHistorySwitchEvent
impl RefUnwindSafe for AccountHistorySwitchEvent
impl Send for AccountHistorySwitchEvent
impl Sync for AccountHistorySwitchEvent
impl Unpin for AccountHistorySwitchEvent
impl UnsafeUnpin for AccountHistorySwitchEvent
impl UnwindSafe for AccountHistorySwitchEvent
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