Enum bitpanda_csv::Asset
source · [−]Expand description
Defines the asset name. The asset can be a currency or an asset name (stock code)
Variants
Currency(Currency)
Metal(Metal)
Ticker(String)
A symbol name
HongKong(i64)
Hong kong stock identifier
Trait Implementations
sourceimpl<'de> Deserialize<'de> for Asset
impl<'de> Deserialize<'de> for Asset
sourcefn 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
impl Eq for Asset
impl StructuralEq for Asset
impl StructuralPartialEq for Asset
Auto Trait Implementations
impl RefUnwindSafe for Asset
impl Send for Asset
impl Sync for Asset
impl Unpin for Asset
impl UnwindSafe for Asset
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more