Struct pravega_wire_protocol::commands::ConditionalCheckFailedCommand[][src]

pub struct ConditionalCheckFailedCommand {
    pub writer_id: u128,
    pub event_number: i64,
    pub request_id: i64,
}
  1. ConditionalCheckFailed Command

Fields

writer_id: u128event_number: i64request_id: i64

Trait Implementations

impl Clone for ConditionalCheckFailedCommand[src]

impl Command for ConditionalCheckFailedCommand[src]

impl Debug for ConditionalCheckFailedCommand[src]

impl<'de> Deserialize<'de> for ConditionalCheckFailedCommand[src]

impl PartialEq<ConditionalCheckFailedCommand> for ConditionalCheckFailedCommand[src]

impl Reply for ConditionalCheckFailedCommand[src]

impl Serialize for ConditionalCheckFailedCommand[src]

impl StructuralPartialEq for ConditionalCheckFailedCommand[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

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

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

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

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.