pub struct WshEventData {
pub data_json: String,
}Expand description
Wall Street Horizon event data containing earnings calendar and corporate events.
Fields§
§data_json: StringJSON string containing event data from Wall Street Horizon.
Trait Implementations§
Source§impl Clone for WshEventData
impl Clone for WshEventData
Source§fn clone(&self) -> WshEventData
fn clone(&self) -> WshEventData
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 WshEventData
impl Debug for WshEventData
Source§impl<'de> Deserialize<'de> for WshEventData
impl<'de> Deserialize<'de> for WshEventData
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 WshEventData
impl PartialEq for WshEventData
Source§impl Serialize for WshEventData
impl Serialize for WshEventData
impl StructuralPartialEq for WshEventData
Auto Trait Implementations§
impl Freeze for WshEventData
impl RefUnwindSafe for WshEventData
impl Send for WshEventData
impl Sync for WshEventData
impl Unpin for WshEventData
impl UnwindSafe for WshEventData
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