Struct nakadion::api_client::CreateSubscriptionRequest [] [src]

pub struct CreateSubscriptionRequest {
    pub owning_application: String,
    pub event_types: Vec<String>,
    pub read_from: Option<ReadFrom>,
}

Fields

Trait Implementations

impl Debug for CreateSubscriptionRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for CreateSubscriptionRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations