Struct bitbank_api::private::Credential
source · pub struct Credential {
pub api_key: String,
pub api_secret: String,
}Fields§
§api_key: String§api_secret: StringImplementations§
Trait Implementations§
source§impl Clone for Credential
impl Clone for Credential
source§fn clone(&self) -> Credential
fn clone(&self) -> Credential
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