Struct bip_utracker::error::ErrorResponse [] [src]

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

Error reported by the server and sent to the client.

Methods

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

[src]

Create a new ErrorResponse.

[src]

Construct an ErrorResponse from the given bytes.

[src]

Write the ErrorResponse to the given writer.

[src]

Message describing the error that occured.

[src]

Create an owned version of the ErrorResponse.

Trait Implementations

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

[src]

Formats the value using the given formatter.

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'a> PartialEq for ErrorResponse<'a>
[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<'a> Eq for ErrorResponse<'a>
[src]