Enum bitpanda_csv::Metal
source · [−]pub enum Metal {
Gold,
Palladium,
Platinum,
Silver,
}Expand description
Defines the metal asset.
Variants
Gold
Palladium
Platinum
Silver
Trait Implementations
sourceimpl<'de> Deserialize<'de> for Metal
impl<'de> Deserialize<'de> for Metal
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 Metal
impl StructuralEq for Metal
impl StructuralPartialEq for Metal
Auto Trait Implementations
impl RefUnwindSafe for Metal
impl Send for Metal
impl Sync for Metal
impl Unpin for Metal
impl UnwindSafe for Metal
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