Struct dat_network_protocol::unwant::Unwant[][src]

pub struct Unwant { /* fields omitted */ }

Methods

impl Unwant
[src]

Trait Implementations

impl PartialEq for Unwant
[src]

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

This method tests for !=.

impl Clone for Unwant
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Unwant
[src]

Returns the "default value" for a type. Read more

impl Sync for Unwant
[src]

impl Message for Unwant
[src]

impl MessageStatic for Unwant
[src]

impl Clear for Unwant
[src]

impl Debug for Unwant
[src]

Formats the value using the given formatter. Read more

impl ProtobufValue for Unwant
[src]

Auto Trait Implementations

impl Send for Unwant