Struct mysql_common::packets::ProgressReport [] [src]

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

Progress report information (may be in an error packet of MariaDB server).

Methods

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

1 to max_stage

Progress as '% * 1000'

Status or state name as a byte slice.

Status or state name as a string (lossy converted).

Trait Implementations

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

Formats the value using the given formatter.

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

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

This method tests for !=.

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Display for ProgressReport<'a>
[src]

Formats the value using the given formatter. Read more