pub struct ActivityPayload {Show 18 fields
pub asset: String,
pub side: String,
pub price: f64,
pub size: f64,
pub timestamp: i64,
pub title: String,
pub slug: String,
pub event_slug: String,
pub outcome: String,
pub outcome_index: i32,
pub name: String,
pub pseudonym: String,
pub proxy_wallet: String,
pub transaction_hash: String,
pub condition_id: Option<String>,
pub bio: Option<String>,
pub icon: Option<String>,
pub profile_image: Option<String>,
}Fields§
§asset: String§side: String§price: f64§size: f64§timestamp: i64§title: String§slug: String§event_slug: String§outcome: String§outcome_index: i32§name: String§pseudonym: String§proxy_wallet: String§transaction_hash: String§condition_id: Option<String>§bio: Option<String>§icon: Option<String>§profile_image: Option<String>Trait Implementations§
Source§impl Clone for ActivityPayload
impl Clone for ActivityPayload
Source§fn clone(&self) -> ActivityPayload
fn clone(&self) -> ActivityPayload
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 ActivityPayload
impl Debug for ActivityPayload
Source§impl<'de> Deserialize<'de> for ActivityPayload
impl<'de> Deserialize<'de> for ActivityPayload
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 ActivityPayload
impl RefUnwindSafe for ActivityPayload
impl Send for ActivityPayload
impl Sync for ActivityPayload
impl Unpin for ActivityPayload
impl UnwindSafe for ActivityPayload
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