Struct hdbconnect::OutputParameters[][src]

pub struct OutputParameters { /* fields omitted */ }

Describes output parameters, as they can be returned by procedure calls.

Methods

impl OutputParameters
[src]

Swaps out the i'th parameter and converts it into a plain rust value.

Returns the descriptor for the i'th parameter.

Trait Implementations

impl Clone for OutputParameters
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for OutputParameters
[src]

Formats the value using the given formatter. Read more

impl Display for OutputParameters
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations