Struct bip_dht::message::error::ErrorMessage [] [src]

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

Methods

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

TODO: Figure out a way to make the error message non static while still providing a clean

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> PartialEq for ErrorMessage<'a>
[src]

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

This method tests for !=.

impl<'a> Eq for ErrorMessage<'a>
[src]

impl<'a> Hash for ErrorMessage<'a>
[src]

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

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

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

Formats the value using the given formatter.