pub enum ReInvestOption {
Reinvest,
Deposit,
CurrentHolding,
}Variants§
Trait Implementations§
Source§impl Clone for ReInvestOption
impl Clone for ReInvestOption
Source§fn clone(&self) -> ReInvestOption
fn clone(&self) -> ReInvestOption
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 ReInvestOption
impl Debug for ReInvestOption
Source§impl<'de> Deserialize<'de> for ReInvestOption
impl<'de> Deserialize<'de> for ReInvestOption
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 FromStr for ReInvestOption
impl FromStr for ReInvestOption
Source§impl Serialize for ReInvestOption
impl Serialize for ReInvestOption
Source§impl TryFrom<&str> for ReInvestOption
impl TryFrom<&str> for ReInvestOption
impl Copy for ReInvestOption
Auto Trait Implementations§
impl Freeze for ReInvestOption
impl RefUnwindSafe for ReInvestOption
impl Send for ReInvestOption
impl Sync for ReInvestOption
impl Unpin for ReInvestOption
impl UnwindSafe for ReInvestOption
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