Struct eventstore::commands::ReadStreamMetadata[][src]

pub struct ReadStreamMetadata<'a> { /* fields omitted */ }

Reads a stream metadata command.

Methods

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

Asks the server receiving the command to be the master of the cluster in order to perform the write. Default: false.

Performs the command with the given credentials.

Sends asynchronously the read command to the server.

Auto Trait Implementations

impl<'a> Send for ReadStreamMetadata<'a>

impl<'a> Sync for ReadStreamMetadata<'a>