Enum rdkafka::consumer::CommitMode
source · [−]pub enum CommitMode {
Sync,
Async,
}
Expand description
Specifies whether a commit should be performed synchronously or asynchronously.
Variants
Sync
Synchronous commit.
Async
Asynchronous commit.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CommitMode
impl Send for CommitMode
impl Sync for CommitMode
impl Unpin for CommitMode
impl UnwindSafe for CommitMode
Blanket Implementations
Mutably borrows from an owned value. Read more