Enum bolt_proto::message::Message [−][src]
pub enum Message {
}Variants
Init(Init)
Tuple Fields
0: InitRun(Run)
Tuple Fields
0: RunDiscardAll
PullAll
AckFailure
Reset
Record(Record)
Tuple Fields
0: RecordSuccess(Success)
Tuple Fields
0: SuccessFailure(Failure)
Tuple Fields
0: FailureIgnored
Hello(Hello)
Tuple Fields
0: HelloGoodbye
RunWithMetadata(RunWithMetadata)
Tuple Fields
Begin(Begin)
Tuple Fields
0: BeginCommit
Rollback
Discard(Discard)
Tuple Fields
0: DiscardPull(Pull)
Tuple Fields
0: PullRoute(Route)
Tuple Fields
0: RouteImplementations
Trait Implementations
type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Performs the conversion.
type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Performs the conversion.
type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Performs the conversion.
type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Performs the conversion.
type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Performs the conversion.
type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Performs the conversion.
type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Performs the conversion.
type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Performs the conversion.
type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Performs the conversion.
type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Performs the conversion.
type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for Message
impl UnwindSafe for Message
Blanket Implementations
Mutably borrows from an owned value. Read more