Struct asteroid::error::AsteroidError [] [src]

pub struct AsteroidError { /* fields omitted */ }

Methods

impl AsteroidError
[src]

[src]

Trait Implementations

impl Debug for AsteroidError
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for AsteroidError
[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 Display for AsteroidError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for AsteroidError
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

The lower-level cause of this error, if any. Read more