pub enum ShareAcknowledgementMode {
Explicit,
Implicit,
}Expand description
Controls when records acquired from a share group are acknowledged.
Variants§
Explicit
The application must acknowledge every record before the next poll.
Implicit
Records returned by the previous poll are accepted before the next poll.
Trait Implementations§
Source§fn clone(&self) -> ShareAcknowledgementMode
fn clone(&self) -> ShareAcknowledgementMode
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more