[][src]Struct luno_sdk::LunoClient

pub struct LunoClient { /* fields omitted */ }

Implementations

impl LunoClient[src]

pub fn new(api_key: &str, api_secret: &str) -> LunoClient[src]

pub fn get_base_url(&self, append: Option<&str>) -> String[src]

pub fn add_url_params(
    &self,
    url_str: String,
    params: HashMap<&str, String>
) -> String
[src]

pub async fn dispatch<'_>(
    &'_ self,
    method: Method,
    url_str: String,
    auth: bool
) -> Result<Response, Box<dyn Error>>
[src]

Trait Implementations

impl Accounts for LunoClient[src]

impl Beneficiaries for LunoClient[src]

impl Market for LunoClient[src]

impl Orders for LunoClient[src]

impl Quotes for LunoClient[src]

impl Receive for LunoClient[src]

impl Send for LunoClient[src]

impl Withdrawals for LunoClient[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.