pub struct AccountUpdateTime {
pub timestamp: String,
}Expand description
Timestamp wrapper for account update streams.
Fields§
§timestamp: StringTimestamp of the last account update
Trait Implementations§
Source§impl ComposeSchema for AccountUpdateTime
impl ComposeSchema for AccountUpdateTime
Source§impl Debug for AccountUpdateTime
impl Debug for AccountUpdateTime
Source§impl Default for AccountUpdateTime
impl Default for AccountUpdateTime
Source§fn default() -> AccountUpdateTime
fn default() -> AccountUpdateTime
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AccountUpdateTime
impl<'de> Deserialize<'de> for AccountUpdateTime
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 AccountUpdateTime
impl PartialEq for AccountUpdateTime
Source§impl Serialize for AccountUpdateTime
impl Serialize for AccountUpdateTime
Source§impl ToSchema for AccountUpdateTime
impl ToSchema for AccountUpdateTime
impl StructuralPartialEq for AccountUpdateTime
Auto Trait Implementations§
impl Freeze for AccountUpdateTime
impl RefUnwindSafe for AccountUpdateTime
impl Send for AccountUpdateTime
impl Sync for AccountUpdateTime
impl Unpin for AccountUpdateTime
impl UnsafeUnpin for AccountUpdateTime
impl UnwindSafe for AccountUpdateTime
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