Struct eventstore_tcp::raw::client_messages::SubscriptionDropped [] [src]

pub struct SubscriptionDropped {
    pub reason: SubscriptionDropReason,
}

Fields

Methods

impl SubscriptionDropped
[src]

Trait Implementations

impl Debug for SubscriptionDropped
[src]

Formats the value using the given formatter.

impl Default for SubscriptionDropped
[src]

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

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl MessageWrite for SubscriptionDropped
[src]

Computes necessary binary size of self once serialized in protobuf

Writes Self into W writer

Writes self into a file