pub struct PartialCall {Show 13 fields
pub id: String,
pub symbol: String,
pub process_date: String,
pub currency: Option<Currency>,
pub cusip: Option<String>,
pub isin: Option<String>,
pub dividend_rate: Option<Decimal>,
pub lottery_date: Option<String>,
pub lottery_type: Option<PartialCallLotteryType>,
pub payable_date: Option<String>,
pub price: Option<Decimal>,
pub record_date: Option<String>,
pub results_publication_date: Option<String>,
}Fields§
§id: String§symbol: String§process_date: String§currency: Option<Currency>§cusip: Option<String>§isin: Option<String>§dividend_rate: Option<Decimal>§lottery_date: Option<String>§lottery_type: Option<PartialCallLotteryType>§payable_date: Option<String>§price: Option<Decimal>§record_date: Option<String>§results_publication_date: Option<String>Trait Implementations§
Source§impl Clone for PartialCall
impl Clone for PartialCall
Source§fn clone(&self) -> PartialCall
fn clone(&self) -> PartialCall
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PartialCall
impl Debug for PartialCall
Source§impl Default for PartialCall
impl Default for PartialCall
Source§fn default() -> PartialCall
fn default() -> PartialCall
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PartialCall
impl<'de> Deserialize<'de> for PartialCall
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 PartialCall
impl PartialEq for PartialCall
Source§impl Serialize for PartialCall
impl Serialize for PartialCall
impl StructuralPartialEq for PartialCall
Auto Trait Implementations§
impl Freeze for PartialCall
impl RefUnwindSafe for PartialCall
impl Send for PartialCall
impl Sync for PartialCall
impl Unpin for PartialCall
impl UnsafeUnpin for PartialCall
impl UnwindSafe for PartialCall
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