Enum DMBCS_KRAKEN_API::Report_Type
source · [−]pub enum Report_Type {
TRADES,
LEDGERS,
}
Expand description
When exporting bulk data, we must specify the nature of the reporting format.
Variants
TRADES
Trades.
LEDGERS
Ledgers.
Auto Trait Implementations
impl RefUnwindSafe for Report_Type
impl Send for Report_Type
impl Sync for Report_Type
impl Unpin for Report_Type
impl UnwindSafe for Report_Type
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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