Struct postgres::types::SessionInfo []

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

A structure providing information for conversion methods.

Methods

impl<'a> SessionInfo<'a>

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

Trait Implementations

impl<'a> Debug for SessionInfo<'a>

Formats the value using the given formatter.