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.