Struct nakadion::api_client::Subscription [] [src]

pub struct Subscription {
    pub id: SubscriptionId,
    pub owning_application: String,
    pub event_types: Vec<String>,
}

Fields

Trait Implementations

impl Debug for Subscription
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Subscription
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Subscription

impl Sync for Subscription