[][src]Struct aliyun_openapi_core_rust_sdk::RPClient

pub struct RPClient { /* fields omitted */ }

The rpc style api client.

Methods

impl Client[src]

pub fn new(
    access_key_id: String,
    access_key_secret: String,
    endpoint: String,
    version: String
) -> Self
[src]

Create a rpc style api client.

pub fn request(
    &self,
    action: &str,
    queries: &[(&str, &str)]
) -> Result<String, Error>
[src]

Send a request to api service.

if queries is empty, can pass &[]

Trait Implementations

impl Clone for Client[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Debug for Client[src]

Auto Trait Implementations

impl Send for Client

impl Unpin for Client

impl Sync for Client

impl !UnwindSafe for Client

impl !RefUnwindSafe for Client

Blanket Implementations

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

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

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.

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

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

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

impl<T> Erased for T

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 

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