Enum fluse::Summary[][src]

pub enum Summary {
    Ok,
    NotOk,
}

A summary giving short information about a check.

Variants

The check was ok, no failures were found.

At least one failure was found.

Methods

impl Summary
[src]

Check whether the summary is ok.

Trait Implementations

impl Debug for Summary
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Summary
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for Summary

impl Sync for Summary