Struct swagger_client::ContextWrapper [] [src]

pub struct ContextWrapper<'a, T> where
    T: 'a, 
{ /* fields omitted */ }

Context wrapper, to bind an API with a context.

Methods

impl<'a, T> ContextWrapper<'a, T>
[src]

[src]

Create a new ContextWrapper, binding the API and context.

[src]

Borrows the API.

[src]

Borrows the context.

Trait Implementations

impl<'a, T> Debug for ContextWrapper<'a, T> where
    T: 'a + Debug
[src]

[src]

Formats the value using the given formatter.

impl<'a, T: Api> ApiNoContext for ContextWrapper<'a, T>
[src]

[src]

Upload an API