Enum acto_rs::Message [] [src]

pub enum Message<ValueType: Send, ErrorType: Send> {
    Value(ValueType),
    Ack(InclusiveMessageRange),
    Error(ChannelPosition, ErrorType),
}

Variants

Trait Implementations

impl<ValueType: Copy + Send, ErrorType: Copy + Send> Copy for Message<ValueType, ErrorType>
[src]

impl<ValueType: Clone + Send, ErrorType: Clone + Send> Clone for Message<ValueType, ErrorType>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<ValueType: Debug + Send, ErrorType: Debug + Send> Debug for Message<ValueType, ErrorType>
[src]

Formats the value using the given formatter.