Enum bitbank_api::MakerTaker
source · pub enum MakerTaker {
Maker,
Taker,
}Expand description
maker or taker
Variants§
Trait Implementations§
source§impl Clone for MakerTaker
impl Clone for MakerTaker
source§fn clone(&self) -> MakerTaker
fn clone(&self) -> MakerTaker
Returns a copy 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 more