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

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

Reads a stream metadata command.

Methods

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

pub fn require_master(self, value: bool) -> ReadStreamMetadata<'a>[src]

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

pub fn credentials(self, value: Credentials) -> ReadStreamMetadata<'a>[src]

Performs the command with the given credentials.

pub fn execute(
    self
) -> impl Future<Item = StreamMetadataResult, Error = OperationError>
[src]

Sends asynchronously the read command to the server.

Auto Trait Implementations

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

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

impl<'a> Unpin for ReadStreamMetadata<'a>

impl<'a> !UnwindSafe for ReadStreamMetadata<'a>

impl<'a> !RefUnwindSafe for ReadStreamMetadata<'a>

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 

type Err = <U as TryFrom<T>>::Err