Enum nakadion::SubscriptionDiscovery [] [src]

pub enum SubscriptionDiscovery {
    Id(SubscriptionId),
    OwningApplication(StringVec<String>),
}

Variants

Trait Implementations

impl Debug for SubscriptionDiscovery
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for SubscriptionDiscovery
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Display for SubscriptionDiscovery
[src]

[src]

Formats the value using the given formatter. Read more

impl FromStr for SubscriptionDiscovery
[src]

The associated error which can be returned from parsing.

[src]

Parses a string s to return a value of this type. Read more

Auto Trait Implementations