Enum acto_rs::Message [] [src]

pub enum Message<T: Send> {
    Empty,
    Value(T),
    Ack(InclusiveMessageRange),
    Error(ChannelPosition, &'static str),
}

Variants

Trait Implementations

impl<T: Copy + Send> Copy for Message<T>
[src]

impl<T: Clone + Send> Clone for Message<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T: Debug + Send> Debug for Message<T>
[src]

Formats the value using the given formatter.