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

pub struct ConnectToPersistentSubscription<'a> {
    pub subscription_id: Cow<'a, str>,
    pub event_stream_id: Cow<'a, str>,
    pub allowed_in_flight_messages: i32,
}

Fields

Methods

impl<'a> ConnectToPersistentSubscription<'a>
[src]

Trait Implementations

impl<'a> Debug for ConnectToPersistentSubscription<'a>
[src]

Formats the value using the given formatter.

impl<'a> Default for ConnectToPersistentSubscription<'a>
[src]

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

impl<'a> PartialEq for ConnectToPersistentSubscription<'a>
[src]

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

This method tests for !=.

impl<'a> Clone for ConnectToPersistentSubscription<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> MessageWrite for ConnectToPersistentSubscription<'a>
[src]

Computes necessary binary size of self once serialized in protobuf

Writes Self into W writer

Writes self into a file