Struct rocks::error::Status [] [src]

pub struct Status { /* fields omitted */ }

Methods

impl Status
[src]

string indicating the message of the Status

Trait Implementations

impl Clone for Status
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Status
[src]

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

This method tests for !=.

impl Eq for Status
[src]

impl Hash for Status
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Drop for Status
[src]

A method called when the value goes out of scope. Read more

impl Display for Status
[src]

Formats the value using the given formatter. Read more

impl Debug for Status
[src]

Formats the value using the given formatter.