Struct postgres::types::SessionInfo [] [src]

pub struct SessionInfo<'a> {
    // some fields omitted
}

A structure providing information for conversion methods.

Methods

impl<'a> SessionInfo<'a>
[src]

fn parameter(&self, param: &str) -> Option<&'a str>

Returns the value of the specified Postgres backend parameter, such as timezone or server_version.

Trait Implementations

impl<'a> Debug for SessionInfo<'a>
[src]

fn fmt(&self, fmt: &mut Formatter) -> Result

Formats the value using the given formatter.