pub struct UpbitAuthConfig {
pub access_key: String,
pub secret_key: String,
}Expand description
Upbit authentication configuration
Fields§
§access_key: StringAPI access key
secret_key: StringAPI secret key
Implementations§
Trait Implementations§
Source§impl Clone for UpbitAuthConfig
impl Clone for UpbitAuthConfig
Source§fn clone(&self) -> UpbitAuthConfig
fn clone(&self) -> UpbitAuthConfig
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 UpbitAuthConfig
impl RefUnwindSafe for UpbitAuthConfig
impl Send for UpbitAuthConfig
impl Sync for UpbitAuthConfig
impl Unpin for UpbitAuthConfig
impl UnwindSafe for UpbitAuthConfig
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