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