Struct bip_peer::messages::UtMetadataRejectMessage [] [src]

pub struct UtMetadataRejectMessage { /* fields omitted */ }

Message for rejecting a request for metadata from a peer.

Methods

impl UtMetadataRejectMessage
[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Copy for UtMetadataRejectMessage
[src]

impl Clone for UtMetadataRejectMessage
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for UtMetadataRejectMessage
[src]

[src]

Formats the value using the given formatter.

impl Hash for UtMetadataRejectMessage
[src]

[src]

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

1.3.0
[src]

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

impl PartialEq for UtMetadataRejectMessage
[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 Eq for UtMetadataRejectMessage
[src]