Struct rust_rocket::client::RocketErr [] [src]

pub struct RocketErr {}

The RocketErr Type. This is the main error type.

Trait Implementations

impl Copy for RocketErr
[src]

impl Clone for RocketErr
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for RocketErr
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for RocketErr

impl Sync for RocketErr