Struct hdbconnect::OutputParameters [] [src]

pub struct OutputParameters { /* fields omitted */ }

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

Methods

impl OutputParameters
[src]

[src]

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

[src]

Returns the descriptor for the i'th parameter.

Trait Implementations

impl Clone for OutputParameters
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for OutputParameters
[src]

[src]

Formats the value using the given formatter.

impl Display for OutputParameters
[src]

[src]

Formats the value using the given formatter. Read more