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

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

A structure providing information for conversion methods.

Methods

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

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

Trait Implementations

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

Formats the value using the given formatter.