Enum hprose::rpc::ResultMode [] [src]

pub enum ResultMode {
    Normal,
    Serialized,
    Raw,
    RawWithEndTag,
}

ResultMode is result mode

Variants

Normal is default mode

Serialized means the result is serialized

Raw means the result is the raw bytes data

RawWithEndTag means the result is the raw bytes data with the end tag