pub struct BithumbAuthConfig {
pub api_key: String,
pub api_secret: String,
}Expand description
Bithumb authentication configuration
Fields§
§api_key: StringAPI key
api_secret: StringAPI secret key
Implementations§
Trait Implementations§
Source§impl Clone for BithumbAuthConfig
impl Clone for BithumbAuthConfig
Source§fn clone(&self) -> BithumbAuthConfig
fn clone(&self) -> BithumbAuthConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for BithumbAuthConfig
impl RefUnwindSafe for BithumbAuthConfig
impl Send for BithumbAuthConfig
impl Sync for BithumbAuthConfig
impl Unpin for BithumbAuthConfig
impl UnwindSafe for BithumbAuthConfig
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