Struct mysql_common::packets::SessionStateInfo [] [src]

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

Represents change in session state (part of MySql's Ok packet).

Methods

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

[src]

[src]

[src]

[src]

Trait Implementations

impl<'a> Clone for SessionStateInfo<'a>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'a> Eq for SessionStateInfo<'a>
[src]

impl<'a> PartialEq for SessionStateInfo<'a>
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

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

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for SessionStateInfo<'a>

impl<'a> Sync for SessionStateInfo<'a>