Enum eventstore_tcp::raw::client_messages::mod_SubscriptionDropped::SubscriptionDropReason [] [src]

pub enum SubscriptionDropReason {
    Unsubscribed,
    AccessDenied,
    NotFound,
    PersistentSubscriptionDeleted,
    SubscriberMaxCountReached,
}

Variants

Trait Implementations

impl Debug for SubscriptionDropReason
[src]

Formats the value using the given formatter.

impl PartialEq for SubscriptionDropReason
[src]

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

This method tests for !=.

impl Eq for SubscriptionDropReason
[src]

impl Clone for SubscriptionDropReason
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for SubscriptionDropReason
[src]

impl Default for SubscriptionDropReason
[src]

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

impl From<i32> for SubscriptionDropReason
[src]

Performs the conversion.