Struct avanza_rs::Instrument
source · pub struct Instrument {
pub orderbook_id: String,
pub type: String,
pub name: String,
pub short_name: String,
pub currency: String,
pub country_code: String,
pub direct_yield: f64,
pub price_earnings_ratio: f64,
pub number_of_owners: u32,
}Fields§
§orderbook_id: String§type: String§name: String§short_name: String§currency: String§country_code: String§direct_yield: f64§price_earnings_ratio: f64§number_of_owners: u32Trait Implementations§
source§impl Debug for Instrument
impl Debug for Instrument
source§impl<'de> Deserialize<'de> for Instrument
impl<'de> Deserialize<'de> for Instrument
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 RefUnwindSafe for Instrument
impl Send for Instrument
impl Sync for Instrument
impl Unpin for Instrument
impl UnwindSafe for Instrument
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